Html Css Color HEX #CF80CC Orchid

📋 copy color: '#CF80CC'

red 207 ◦ green 128 ◦ blue 204

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

Shades of Orchid #CF80CC

Tints of Orchid #CF80CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.75%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 38.4%
G = 23.75%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF80CC (or 0xCF80CC) is known color: Orchid. HEX triplet: CF, 80 and CC. RGB value is (207,128,204). Sum of RGB (Red+Green+Blue) = 207+128+204=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80CC is #307F33. Grayscale: #A0A0A0. Windows color (decimal): -3178292 or 13402319. OLE color: 13402319.

HSL color Cylindrical-coordinate representation of color #CF80CC: hue angle of 302.28º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF80CC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 204 -
CMYK 0 0.38 0.01 0.19
HSL 302.28º 0.45% 0.66% -
HSV(B) 302.28º 0.38% 0.81% -
XYZ 44.35 33.06 61.17 -
YUV 160.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 207 128 204 0 0.38 0.01 0.19 302.28 0.45 0.66
Hex CF 80 CC 0 26 1 13 12E 2D 42
Octal 317 200 314 0 46 1 23 456 55 102
Binary 11001111 10000000 11001100 0 100110 1 10011 100101110 101101 1000010

Color Harmonies of #CF80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80CC

Black with #CF80CC

Text Example


Text Example

White with #CF80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80CC; }

 p { color: rgb(207,128,204); }

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

background-color css

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

 a { background-color: rgb(207,128,204); }

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

border-color css

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

 span { border-color: rgb(207,128,204); }

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