Html Css Color HEX #CD6EE1 Orchid

📋 copy color: '#CD6EE1'

red 205 ◦ green 110 ◦ blue 225

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

Shades of Orchid #CD6EE1

Tints of Orchid #CD6EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 37.96%
G = 20.37%
B = 41.67%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD6EE1 (or 0xCD6EE1) is known color: Orchid. HEX triplet: CD, 6E and E1. RGB value is (205,110,225). Sum of RGB (Red+Green+Blue) = 205+110+225=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EE1 is #32911E. Grayscale: #979797. Windows color (decimal): -3313951 or 14773965. OLE color: 14773965.

HSL color Cylindrical-coordinate representation of color #CD6EE1: hue angle of 289.57º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6EE1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 110 225 -
CMYK 0.09 0.51 0 0.12
HSL 289.57º 0.66% 0.66% -
HSV(B) 289.57º 0.51% 0.88% -
XYZ 44.34 29.57 74.6 -
YUV 151.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 205 110 225 0.09 0.51 0 0.12 289.57 0.66 0.66
Hex CD 6E E1 9 33 0 C 122 42 42
Octal 315 156 341 11 63 0 14 442 102 102
Binary 11001101 1101110 11100001 1001 110011 0 1100 100100010 1000010 1000010

Color Harmonies of #CD6EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6EE1

Black with #CD6EE1

Text Example


Text Example

White with #CD6EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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