Html Css Color HEX #CD6DE6 Orchid

📋 copy color: '#CD6DE6'

red 205 ◦ green 109 ◦ blue 230

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

Shades of Orchid #CD6DE6

Tints of Orchid #CD6DE6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.04%

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 37.68%
G = 20.04%
B = 42.28%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD6DE6 (or 0xCD6DE6) is known color: Orchid. HEX triplet: CD, 6D and E6. RGB value is (205,109,230). Sum of RGB (Red+Green+Blue) = 205+109+230=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD6DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6DE6 is #329219. Grayscale: #979797. Windows color (decimal): -3314202 or 15101389. OLE color: 15101389.

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

Color convert

RGB 205 109 230 -
CMYK 0.11 0.53 0 0.10
HSL 287.6º 0.71% 0.66% -
HSV(B) 287.6º 0.53% 0.9% -
XYZ 44.93 29.63 78.21 -
YUV 151.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 205 109 230 0.11 0.53 0 0.10 287.6 0.71 0.66
Hex CD 6D E6 B 35 0 A 120 47 42
Octal 315 155 346 13 65 0 12 440 107 102
Binary 11001101 1101101 11100110 1011 110101 0 1010 100100000 1000111 1000010

Color Harmonies of #CD6DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6DE6

Black with #CD6DE6

Text Example


Text Example

White with #CD6DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6DE6; }

 p { color: rgb(205,109,230); }

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

background-color css

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

 a { background-color: rgb(205,109,230); }

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

border-color css

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

 span { border-color: rgb(205,109,230); }

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