Html Css Color HEX #CD6CDC Orchid

📋 copy color: '#CD6CDC'

red 205 ◦ green 108 ◦ blue 220

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

Shades of Orchid #CD6CDC

Tints of Orchid #CD6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.26%

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

R = 38.46%
G = 20.26%
B = 41.28%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD6CDC (or 0xCD6CDC) is known color: Orchid. HEX triplet: CD, 6C and DC. RGB value is (205,108,220). Sum of RGB (Red+Green+Blue) = 205+108+220=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CDC is #329323. Grayscale: #959595. Windows color (decimal): -3314468 or 14445773. OLE color: 14445773.

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

Color convert

RGB 205 108 220 -
CMYK 0.07 0.51 0 0.14
HSL 291.96º 0.62% 0.64% -
HSV(B) 291.96º 0.51% 0.86% -
XYZ 43.46 28.87 70.99 -
YUV 149.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 205 108 220 0.07 0.51 0 0.14 291.96 0.62 0.64
Hex CD 6C DC 7 33 0 E 124 3E 40
Octal 315 154 334 7 63 0 16 444 76 100
Binary 11001101 1101100 11011100 111 110011 0 1110 100100100 111110 1000000

Color Harmonies of #CD6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6CDC

Black with #CD6CDC

Text Example


Text Example

White with #CD6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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