Html Css Color HEX #CF80D0 Orchid

📋 copy color: '#CF80D0'

red 207 ◦ green 128 ◦ blue 208

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

Shades of Orchid #CF80D0

Tints of Orchid #CF80D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 38.12%
G = 23.57%
B = 38.31%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF80D0 (or 0xCF80D0) is known color: Orchid. HEX triplet: CF, 80 and D0. RGB value is (207,128,208). Sum of RGB (Red+Green+Blue) = 207+128+208=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80D0 is #307F2F. Grayscale: #A0A0A0. Windows color (decimal): -3178288 or 13664463. OLE color: 13664463.

HSL color Cylindrical-coordinate representation of color #CF80D0: hue angle of 299.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF80D0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 128 208 -
CMYK 0.00 0.38 0 0.18
HSL 299.25º 0.46% 0.66% -
HSV(B) 299.25º 0.38% 0.82% -
XYZ 44.84 33.26 63.73 -
YUV 160.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 207 128 208 0.00 0.38 0 0.18 299.25 0.46 0.66
Hex CF 80 D0 0 26 0 12 12B 2E 42
Octal 317 200 320 0 46 0 22 453 56 102
Binary 11001111 10000000 11010000 0 100110 0 10010 100101011 101110 1000010

Color Harmonies of #CF80D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80D0

Black with #CF80D0

Text Example


Text Example

White with #CF80D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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