Html Css Color HEX #CF71BB Orchid

📋 copy color: '#CF71BB'

red 207 ◦ green 113 ◦ blue 187

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

Shades of Orchid #CF71BB

Tints of Orchid #CF71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 40.83%
G = 22.29%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF71BB (or 0xCF71BB) is known color: Orchid. HEX triplet: CF, 71 and BB. RGB value is (207,113,187). Sum of RGB (Red+Green+Blue) = 207+113+187=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71BB is #308E44. Grayscale: #959595. Windows color (decimal): -3182149 or 12284367. OLE color: 12284367.

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

Color convert

RGB 207 113 187 -
CMYK 0 0.45 0.10 0.19
HSL 312.77º 0.49% 0.63% -
HSV(B) 312.77º 0.45% 0.81% -
XYZ 40.61 28.66 50.41 -
YUV 149.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 207 113 187 0 0.45 0.10 0.19 312.77 0.49 0.63
Hex CF 71 BB 0 2D A 13 139 31 3F
Octal 317 161 273 0 55 12 23 471 61 77
Binary 11001111 1110001 10111011 0 101101 1010 10011 100111001 110001 111111

Color Harmonies of #CF71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71BB

Black with #CF71BB

Text Example


Text Example

White with #CF71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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