Html Css Color HEX #CF71B6 Orchid

📋 copy color: '#CF71B6'

red 207 ◦ green 113 ◦ blue 182

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

Shades of Orchid #CF71B6

Tints of Orchid #CF71B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 41.24%
G = 22.51%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF71B6 (or 0xCF71B6) is known color: Orchid. HEX triplet: CF, 71 and B6. RGB value is (207,113,182). Sum of RGB (Red+Green+Blue) = 207+113+182=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71B6 is #308E49. Grayscale: #949494. Windows color (decimal): -3182154 or 11956687. OLE color: 11956687.

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

Color convert

RGB 207 113 182 -
CMYK 0 0.45 0.12 0.19
HSL 315.96º 0.49% 0.63% -
HSV(B) 315.96º 0.45% 0.81% -
XYZ 40.08 28.45 47.64 -
YUV 148.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 207 113 182 0 0.45 0.12 0.19 315.96 0.49 0.63
Hex CF 71 B6 0 2D C 13 13C 31 3F
Octal 317 161 266 0 55 14 23 474 61 77
Binary 11001111 1110001 10110110 0 101101 1100 10011 100111100 110001 111111

Color Harmonies of #CF71B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71B6

Black with #CF71B6

Text Example


Text Example

White with #CF71B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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