Html Css Color HEX #CF71DB Orchid

📋 copy color: '#CF71DB'

red 207 ◦ green 113 ◦ blue 219

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

Shades of Orchid #CF71DB

Tints of Orchid #CF71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 38.4%
G = 20.96%
B = 40.63%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF71DB (or 0xCF71DB) is known color: Orchid. HEX triplet: CF, 71 and DB. RGB value is (207,113,219). Sum of RGB (Red+Green+Blue) = 207+113+219=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71DB is #308E24. Grayscale: #989898. Windows color (decimal): -3182117 or 14381519. OLE color: 14381519.

HSL color Cylindrical-coordinate representation of color #CF71DB: hue angle of 293.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF71DB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 113 219 -
CMYK 0.05 0.48 0 0.14
HSL 293.21º 0.6% 0.65% -
HSV(B) 293.21º 0.48% 0.86% -
XYZ 44.42 30.19 70.5 -
YUV 153.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 207 113 219 0.05 0.48 0 0.14 293.21 0.6 0.65
Hex CF 71 DB 5 30 0 E 125 3C 41
Octal 317 161 333 5 60 0 16 445 74 101
Binary 11001111 1110001 11011011 101 110000 0 1110 100100101 111100 1000001

Color Harmonies of #CF71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71DB

Black with #CF71DB

Text Example


Text Example

White with #CF71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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