Html Css Color HEX #CD6ADC Orchid

📋 copy color: '#CD6ADC'

red 205 ◦ green 106 ◦ blue 220

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

Shades of Orchid #CD6ADC

Tints of Orchid #CD6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 38.61%
G = 19.96%
B = 41.43%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD6ADC (or 0xCD6ADC) is known color: Orchid. HEX triplet: CD, 6A and DC. RGB value is (205,106,220). Sum of RGB (Red+Green+Blue) = 205+106+220=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ADC is #329523. Grayscale: #949494. Windows color (decimal): -3314980 or 14445261. OLE color: 14445261.

HSL color Cylindrical-coordinate representation of color #CD6ADC: hue angle of 292.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6ADC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 106 220 -
CMYK 0.07 0.52 0 0.14
HSL 292.11º 0.62% 0.64% -
HSV(B) 292.11º 0.52% 0.86% -
XYZ 43.25 28.45 70.92 -
YUV 148.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 205 106 220 0.07 0.52 0 0.14 292.11 0.62 0.64
Hex CD 6A DC 7 34 0 E 124 3E 40
Octal 315 152 334 7 64 0 16 444 76 100
Binary 11001101 1101010 11011100 111 110100 0 1110 100100100 111110 1000000

Color Harmonies of #CD6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6ADC

Black with #CD6ADC

Text Example


Text Example

White with #CD6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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