Html Css Color HEX #CF80CB Orchid

📋 copy color: '#CF80CB'

red 207 ◦ green 128 ◦ blue 203

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

Shades of Orchid #CF80CB

Tints of Orchid #CF80CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 38.48%
G = 23.79%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF80CB (or 0xCF80CB) is known color: Orchid. HEX triplet: CF, 80 and CB. RGB value is (207,128,203). Sum of RGB (Red+Green+Blue) = 207+128+203=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80CB is #307F34. Grayscale: #9F9F9F. Windows color (decimal): -3178293 or 13336783. OLE color: 13336783.

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

Color convert

RGB 207 128 203 -
CMYK 0 0.38 0.02 0.19
HSL 303.04º 0.45% 0.66% -
HSV(B) 303.04º 0.38% 0.81% -
XYZ 44.23 33.02 60.54 -
YUV 160.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 207 128 203 0 0.38 0.02 0.19 303.04 0.45 0.66
Hex CF 80 CB 0 26 2 13 12F 2D 42
Octal 317 200 313 0 46 2 23 457 55 102
Binary 11001111 10000000 11001011 0 100110 10 10011 100101111 101101 1000010

Color Harmonies of #CF80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80CB

Black with #CF80CB

Text Example


Text Example

White with #CF80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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