Html Css Color HEX #CD80E4 Orchid

📋 copy color: '#CD80E4'

red 205 ◦ green 128 ◦ blue 228

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

Shades of Orchid #CD80E4

Tints of Orchid #CD80E4

RGB

 RED value IS 205 (80.47% from 255) = 36.54%

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

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 36.54%
G = 22.82%
B = 40.64%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD80E4 (or 0xCD80E4) is known color: Orchid. HEX triplet: CD, 80 and E4. RGB value is (205,128,228). Sum of RGB (Red+Green+Blue) = 205+128+228=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD80E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80E4 is #327F1B. Grayscale: #A2A2A2. Windows color (decimal): -3309340 or 14975181. OLE color: 14975181.

HSL color Cylindrical-coordinate representation of color #CD80E4: hue angle of 286.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD80E4 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 128 228 -
CMYK 0.10 0.44 0 0.11
HSL 286.2º 0.65% 0.7% -
HSV(B) 286.2º 0.44% 0.89% -
XYZ 46.9 34.02 77.49 -
YUV 162.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 205 128 228 0.10 0.44 0 0.11 286.2 0.65 0.7
Hex CD 80 E4 A 2C 0 B 11E 41 46
Octal 315 200 344 12 54 0 13 436 101 106
Binary 11001101 10000000 11100100 1010 101100 0 1011 100011110 1000001 1000110

Color Harmonies of #CD80E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80E4

Black with #CD80E4

Text Example


Text Example

White with #CD80E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80E4; }

 p { color: rgb(205,128,228); }

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

background-color css

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

 a { background-color: rgb(205,128,228); }

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

border-color css

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

 span { border-color: rgb(205,128,228); }

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