Html Css Color HEX #CF71D9 Orchid

📋 copy color: '#CF71D9'

red 207 ◦ green 113 ◦ blue 217

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

Shades of Orchid #CF71D9

Tints of Orchid #CF71D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.41%

R = 38.55%
G = 21.04%
B = 40.41%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF71D9 (or 0xCF71D9) is known color: Orchid. HEX triplet: CF, 71 and D9. RGB value is (207,113,217). Sum of RGB (Red+Green+Blue) = 207+113+217=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71D9 is #308E26. Grayscale: #989898. Windows color (decimal): -3182119 or 14250447. OLE color: 14250447.

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

Color convert

RGB 207 113 217 -
CMYK 0.05 0.48 0 0.15
HSL 294.23º 0.58% 0.65% -
HSV(B) 294.23º 0.48% 0.85% -
XYZ 44.16 30.09 69.13 -
YUV 152.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 207 113 217 0.05 0.48 0 0.15 294.23 0.58 0.65
Hex CF 71 D9 5 30 0 F 126 3A 41
Octal 317 161 331 5 60 0 17 446 72 101
Binary 11001111 1110001 11011001 101 110000 0 1111 100100110 111010 1000001

Color Harmonies of #CF71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71D9

Black with #CF71D9

Text Example


Text Example

White with #CF71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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