Html Css Color HEX #CD6EC6 Orchid

📋 copy color: '#CD6EC6'

red 205 ◦ green 110 ◦ blue 198

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

Shades of Orchid #CD6EC6

Tints of Orchid #CD6EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 39.96%
G = 21.44%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD6EC6 (or 0xCD6EC6) is known color: Orchid. HEX triplet: CD, 6E and C6. RGB value is (205,110,198). Sum of RGB (Red+Green+Blue) = 205+110+198=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC6 is #329139. Grayscale: #949494. Windows color (decimal): -3313978 or 13004493. OLE color: 13004493.

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

Color convert

RGB 205 110 198 -
CMYK 0 0.46 0.03 0.20
HSL 304.42º 0.49% 0.62% -
HSV(B) 304.42º 0.46% 0.8% -
XYZ 40.95 28.21 56.71 -
YUV 148.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 205 110 198 0 0.46 0.03 0.20 304.42 0.49 0.62
Hex CD 6E C6 0 2E 3 14 130 31 3E
Octal 315 156 306 0 56 3 24 460 61 76
Binary 11001101 1101110 11000110 0 101110 11 10100 100110000 110001 111110

Color Harmonies of #CD6EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6EC6

Black with #CD6EC6

Text Example


Text Example

White with #CD6EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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