Html Css Color HEX #CD6BDC Orchid

📋 copy color: '#CD6BDC'

red 205 ◦ green 107 ◦ blue 220

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

Shades of Orchid #CD6BDC

Tints of Orchid #CD6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

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

R = 38.53%
G = 20.11%
B = 41.35%

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

#CD6BDC (or 0xCD6BDC) is known color: Orchid. HEX triplet: CD, 6B and DC. RGB value is (205,107,220). Sum of RGB (Red+Green+Blue) = 205+107+220=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BDC is #329423. Grayscale: #949494. Windows color (decimal): -3314724 or 14445517. OLE color: 14445517.

HSL color Cylindrical-coordinate representation of color #CD6BDC: hue angle of 292.04º 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 #CD6BDC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 107 220 -
CMYK 0.07 0.51 0 0.14
HSL 292.04º 0.62% 0.64% -
HSV(B) 292.04º 0.51% 0.86% -
XYZ 43.35 28.66 70.96 -
YUV 149.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 205 107 220 0.07 0.51 0 0.14 292.04 0.62 0.64
Hex CD 6B DC 7 33 0 E 124 3E 40
Octal 315 153 334 7 63 0 16 444 76 100
Binary 11001101 1101011 11011100 111 110011 0 1110 100100100 111110 1000000

Color Harmonies of #CD6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6BDC

Black with #CD6BDC

Text Example


Text Example

White with #CD6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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