Html Css Color HEX #CF72BC Orchid

📋 copy color: '#CF72BC'

red 207 ◦ green 114 ◦ blue 188

#CF72BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CF72BC

Tints of Orchid #CF72BC

RGB

 RED value IS 207 (81.25% from 255) = 40.67%

 GREEN value IS 114 (44.92% from 255) = 22.4%

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 40.67%
G = 22.4%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF72BC (or 0xCF72BC) is known color: Orchid. HEX triplet: CF, 72 and BC. RGB value is (207,114,188). Sum of RGB (Red+Green+Blue) = 207+114+188=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72BC is #308D43. Grayscale: #969696. Windows color (decimal): -3181892 or 12350159. OLE color: 12350159.

HSL color Cylindrical-coordinate representation of color #CF72BC: hue angle of 312.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF72BC is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 188 -
CMYK 0 0.45 0.09 0.19
HSL 312.26º 0.49% 0.63% -
HSV(B) 312.26º 0.45% 0.81% -
XYZ 40.83 28.93 51.01 -
YUV 150.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 207 114 188 0 0.45 0.09 0.19 312.26 0.49 0.63
Hex CF 72 BC 0 2D 9 13 138 31 3F
Octal 317 162 274 0 55 11 23 470 61 77
Binary 11001111 1110010 10111100 0 101101 1001 10011 100111000 110001 111111

Color Harmonies of #CF72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72BC

Black with #CF72BC

Text Example


Text Example

White with #CF72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72BC; }

 p { color: rgb(207,114,188); }

 H1.HeaderClassName
 {
   color: #CF72BC;
 }
 .AnyTagClassName
 {
   color: #CF72BC;
 }
</style>

background-color css

<style>
 a { background-color: #CF72BC; }

 a { background-color: rgb(207,114,188); }

 div.DivClassName
 {
   background-color: #CF72BC;
 }
 .BgClassName
 {
   background-color: #CF72BC;
 }
</style>

border-color css

<style>
 span { border-color: #CF72BC; }

 span { border-color: rgb(207,114,188); }

 td.TdClassName
 {
   border-color: #CF72BC;
 }
 .TagClassName
 {
   border-color: #CF72BC;
 }
</style>