Html Css Color HEX #CF71CC Orchid

📋 copy color: '#CF71CC'

red 207 ◦ green 113 ◦ blue 204

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

Shades of Orchid #CF71CC

Tints of Orchid #CF71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.56%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 39.5%
G = 21.56%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF71CC (or 0xCF71CC) is known color: Orchid. HEX triplet: CF, 71 and CC. RGB value is (207,113,204). Sum of RGB (Red+Green+Blue) = 207+113+204=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71CC is #308E33. Grayscale: #979797. Windows color (decimal): -3182132 or 13398479. OLE color: 13398479.

HSL color Cylindrical-coordinate representation of color #CF71CC: hue angle of 301.91º 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 #CF71CC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 204 -
CMYK 0 0.45 0.01 0.19
HSL 301.91º 0.49% 0.63% -
HSV(B) 301.91º 0.45% 0.81% -
XYZ 42.54 29.44 60.57 -
YUV 151.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 207 113 204 0 0.45 0.01 0.19 301.91 0.49 0.63
Hex CF 71 CC 0 2D 1 13 12E 31 3F
Octal 317 161 314 0 55 1 23 456 61 77
Binary 11001111 1110001 11001100 0 101101 1 10011 100101110 110001 111111

Color Harmonies of #CF71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71CC

Black with #CF71CC

Text Example


Text Example

White with #CF71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71CC; }

 p { color: rgb(207,113,204); }

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

background-color css

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

 a { background-color: rgb(207,113,204); }

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

border-color css

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

 span { border-color: rgb(207,113,204); }

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