Html Css Color HEX #CD6EC2 Orchid

📋 copy color: '#CD6EC2'

red 205 ◦ green 110 ◦ blue 194

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

Shades of Orchid #CD6EC2

Tints of Orchid #CD6EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 40.28%
G = 21.61%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD6EC2 (or 0xCD6EC2) is known color: Orchid. HEX triplet: CD, 6E and C2. RGB value is (205,110,194). Sum of RGB (Red+Green+Blue) = 205+110+194=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC2 is #32913D. Grayscale: #939393. Windows color (decimal): -3313982 or 12742349. OLE color: 12742349.

HSL color Cylindrical-coordinate representation of color #CD6EC2: hue angle of 306.95º 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 #CD6EC2 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 110 194 -
CMYK 0 0.46 0.05 0.20
HSL 306.95º 0.49% 0.62% -
HSV(B) 306.95º 0.46% 0.8% -
XYZ 40.49 28.03 54.31 -
YUV 147.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 205 110 194 0 0.46 0.05 0.20 306.95 0.49 0.62
Hex CD 6E C2 0 2E 5 14 133 31 3E
Octal 315 156 302 0 56 5 24 463 61 76
Binary 11001101 1101110 11000010 0 101110 101 10100 100110011 110001 111110

Color Harmonies of #CD6EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6EC2

Black with #CD6EC2

Text Example


Text Example

White with #CD6EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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