Html Css Color HEX #CD6EE5 Orchid

📋 copy color: '#CD6EE5'

red 205 ◦ green 110 ◦ blue 229

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

Shades of Orchid #CD6EE5

Tints of Orchid #CD6EE5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.22%

 BLUE value IS 229 (89.84% from 255) = 42.1%

R = 37.68%
G = 20.22%
B = 42.1%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD6EE5 (or 0xCD6EE5) is known color: Orchid. HEX triplet: CD, 6E and E5. RGB value is (205,110,229). Sum of RGB (Red+Green+Blue) = 205+110+229=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD6EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EE5 is #32911A. Grayscale: #979797. Windows color (decimal): -3313947 or 15036109. OLE color: 15036109.

HSL color Cylindrical-coordinate representation of color #CD6EE5: hue angle of 287.9º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6EE5 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 110 229 -
CMYK 0.10 0.52 0 0.10
HSL 287.9º 0.7% 0.66% -
HSV(B) 287.9º 0.52% 0.9% -
XYZ 44.9 29.79 77.51 -
YUV 151.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 205 110 229 0.10 0.52 0 0.10 287.9 0.7 0.66
Hex CD 6E E5 A 34 0 A 120 46 42
Octal 315 156 345 12 64 0 12 440 106 102
Binary 11001101 1101110 11100101 1010 110100 0 1010 100100000 1000110 1000010

Color Harmonies of #CD6EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6EE5

Black with #CD6EE5

Text Example


Text Example

White with #CD6EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6EE5; }

 p { color: rgb(205,110,229); }

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

background-color css

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

 a { background-color: rgb(205,110,229); }

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

border-color css

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

 span { border-color: rgb(205,110,229); }

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