Html Css Color HEX #CD6EC5 Orchid

📋 copy color: '#CD6EC5'

red 205 ◦ green 110 ◦ blue 197

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

Shades of Orchid #CD6EC5

Tints of Orchid #CD6EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 40.04%
G = 21.48%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD6EC5 (or 0xCD6EC5) is known color: Orchid. HEX triplet: CD, 6E and C5. RGB value is (205,110,197). Sum of RGB (Red+Green+Blue) = 205+110+197=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC5 is #32913A. Grayscale: #949494. Windows color (decimal): -3313979 or 12938957. OLE color: 12938957.

HSL color Cylindrical-coordinate representation of color #CD6EC5: hue angle of 305.05º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6EC5 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 110 197 -
CMYK 0 0.46 0.04 0.20
HSL 305.05º 0.49% 0.62% -
HSV(B) 305.05º 0.46% 0.8% -
XYZ 40.83 28.16 56.11 -
YUV 148.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 205 110 197 0 0.46 0.04 0.20 305.05 0.49 0.62
Hex CD 6E C5 0 2E 4 14 131 31 3E
Octal 315 156 305 0 56 4 24 461 61 76
Binary 11001101 1101110 11000101 0 101110 100 10100 100110001 110001 111110

Color Harmonies of #CD6EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6EC5

Black with #CD6EC5

Text Example


Text Example

White with #CD6EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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