Html Css Color HEX #CF71DC Orchid

📋 copy color: '#CF71DC'

red 207 ◦ green 113 ◦ blue 220

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

Shades of Orchid #CF71DC

Tints of Orchid #CF71DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 38.33%
G = 20.93%
B = 40.74%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF71DC (or 0xCF71DC) is known color: Orchid. HEX triplet: CF, 71 and DC. RGB value is (207,113,220). Sum of RGB (Red+Green+Blue) = 207+113+220=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71DC is #308E23. Grayscale: #989898. Windows color (decimal): -3182116 or 14447055. OLE color: 14447055.

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

Color convert

RGB 207 113 220 -
CMYK 0.06 0.49 0 0.14
HSL 292.71º 0.6% 0.65% -
HSV(B) 292.71º 0.49% 0.86% -
XYZ 44.56 30.24 71.2 -
YUV 153.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 207 113 220 0.06 0.49 0 0.14 292.71 0.6 0.65
Hex CF 71 DC 6 31 0 E 125 3C 41
Octal 317 161 334 6 61 0 16 445 74 101
Binary 11001111 1110001 11011100 110 110001 0 1110 100100101 111100 1000001

Color Harmonies of #CF71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71DC

Black with #CF71DC

Text Example


Text Example

White with #CF71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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