Html Css Color HEX #CF80D3 Orchid

📋 copy color: '#CF80D3'

red 207 ◦ green 128 ◦ blue 211

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

Shades of Orchid #CF80D3

Tints of Orchid #CF80D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.64%

R = 37.91%
G = 23.44%
B = 38.64%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF80D3 (or 0xCF80D3) is known color: Orchid. HEX triplet: CF, 80 and D3. RGB value is (207,128,211). Sum of RGB (Red+Green+Blue) = 207+128+211=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80D3 is #307F2C. Grayscale: #A0A0A0. Windows color (decimal): -3178285 or 13861071. OLE color: 13861071.

HSL color Cylindrical-coordinate representation of color #CF80D3: hue angle of 297.11º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF80D3 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 128 211 -
CMYK 0.02 0.39 0 0.17
HSL 297.11º 0.49% 0.66% -
HSV(B) 297.11º 0.39% 0.83% -
XYZ 45.21 33.41 65.69 -
YUV 161.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 207 128 211 0.02 0.39 0 0.17 297.11 0.49 0.66
Hex CF 80 D3 2 27 0 11 129 31 42
Octal 317 200 323 2 47 0 21 451 61 102
Binary 11001111 10000000 11010011 10 100111 0 10001 100101001 110001 1000010

Color Harmonies of #CF80D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80D3

Black with #CF80D3

Text Example


Text Example

White with #CF80D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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