Html Css Color HEX #CD6ADE Orchid

📋 copy color: '#CD6ADE'

red 205 ◦ green 106 ◦ blue 222

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

Shades of Orchid #CD6ADE

Tints of Orchid #CD6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.89%

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 38.46%
G = 19.89%
B = 41.65%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD6ADE (or 0xCD6ADE) is known color: Orchid. HEX triplet: CD, 6A and DE. RGB value is (205,106,222). Sum of RGB (Red+Green+Blue) = 205+106+222=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ADE is #329521. Grayscale: #949494. Windows color (decimal): -3314978 or 14576333. OLE color: 14576333.

HSL color Cylindrical-coordinate representation of color #CD6ADE: hue angle of 291.21º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6ADE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 106 222 -
CMYK 0.08 0.52 0 0.13
HSL 291.21º 0.64% 0.64% -
HSV(B) 291.21º 0.52% 0.87% -
XYZ 43.52 28.56 72.33 -
YUV 148.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 205 106 222 0.08 0.52 0 0.13 291.21 0.64 0.64
Hex CD 6A DE 8 34 0 D 123 40 40
Octal 315 152 336 10 64 0 15 443 100 100
Binary 11001101 1101010 11011110 1000 110100 0 1101 100100011 1000000 1000000

Color Harmonies of #CD6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6ADE

Black with #CD6ADE

Text Example


Text Example

White with #CD6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6ADE; }

 p { color: rgb(205,106,222); }

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

background-color css

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

 a { background-color: rgb(205,106,222); }

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

border-color css

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

 span { border-color: rgb(205,106,222); }

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