Html Css Color HEX #CF80D5 Orchid

📋 copy color: '#CF80D5'

red 207 ◦ green 128 ◦ blue 213

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

Shades of Orchid #CF80D5

Tints of Orchid #CF80D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.87%

R = 37.77%
G = 23.36%
B = 38.87%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF80D5 (or 0xCF80D5) is known color: Orchid. HEX triplet: CF, 80 and D5. RGB value is (207,128,213). Sum of RGB (Red+Green+Blue) = 207+128+213=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80D5 is #307F2A. Grayscale: #A1A1A1. Windows color (decimal): -3178283 or 13992143. OLE color: 13992143.

HSL color Cylindrical-coordinate representation of color #CF80D5: hue angle of 295.76º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF80D5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 128 213 -
CMYK 0.03 0.40 0 0.16
HSL 295.76º 0.5% 0.67% -
HSV(B) 295.76º 0.4% 0.84% -
XYZ 45.46 33.51 67.02 -
YUV 161.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 207 128 213 0.03 0.40 0 0.16 295.76 0.5 0.67
Hex CF 80 D5 3 28 0 10 128 32 43
Octal 317 200 325 3 50 0 20 450 62 103
Binary 11001111 10000000 11010101 11 101000 0 10000 100101000 110010 1000011

Color Harmonies of #CF80D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80D5

Black with #CF80D5

Text Example


Text Example

White with #CF80D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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