Html Css Color HEX #CD6ECE Orchid

📋 copy color: '#CD6ECE'

red 205 ◦ green 110 ◦ blue 206

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

Shades of Orchid #CD6ECE

Tints of Orchid #CD6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 39.35%
G = 21.11%
B = 39.54%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD6ECE (or 0xCD6ECE) is known color: Orchid. HEX triplet: CD, 6E and CE. RGB value is (205,110,206). Sum of RGB (Red+Green+Blue) = 205+110+206=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ECE is #329131. Grayscale: #959595. Windows color (decimal): -3313970 or 13528781. OLE color: 13528781.

HSL color Cylindrical-coordinate representation of color #CD6ECE: hue angle of 299.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6ECE is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 110 206 -
CMYK 0.00 0.47 0 0.19
HSL 299.38º 0.49% 0.62% -
HSV(B) 299.38º 0.47% 0.81% -
XYZ 41.89 28.59 61.7 -
YUV 149.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 205 110 206 0.00 0.47 0 0.19 299.38 0.49 0.62
Hex CD 6E CE 0 2F 0 13 12B 31 3E
Octal 315 156 316 0 57 0 23 453 61 76
Binary 11001101 1101110 11001110 0 101111 0 10011 100101011 110001 111110

Color Harmonies of #CD6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6ECE

Black with #CD6ECE

Text Example


Text Example

White with #CD6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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