Html Css Color HEX #CD6EE3 Orchid

📋 copy color: '#CD6EE3'

red 205 ◦ green 110 ◦ blue 227

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

Shades of Orchid #CD6EE3

Tints of Orchid #CD6EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.88%

R = 37.82%
G = 20.3%
B = 41.88%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD6EE3 (or 0xCD6EE3) is known color: Orchid. HEX triplet: CD, 6E and E3. RGB value is (205,110,227). Sum of RGB (Red+Green+Blue) = 205+110+227=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD6EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EE3 is #32911C. Grayscale: #979797. Windows color (decimal): -3313949 or 14905037. OLE color: 14905037.

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

Color convert

RGB 205 110 227 -
CMYK 0.10 0.52 0 0.11
HSL 288.72º 0.68% 0.66% -
HSV(B) 288.72º 0.52% 0.89% -
XYZ 44.62 29.68 76.05 -
YUV 151.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 205 110 227 0.10 0.52 0 0.11 288.72 0.68 0.66
Hex CD 6E E3 A 34 0 B 121 44 42
Octal 315 156 343 12 64 0 13 441 104 102
Binary 11001101 1101110 11100011 1010 110100 0 1011 100100001 1000100 1000010

Color Harmonies of #CD6EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6EE3

Black with #CD6EE3

Text Example


Text Example

White with #CD6EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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