Html Css Color HEX #CD6BDE Orchid

📋 copy color: '#CD6BDE'

red 205 ◦ green 107 ◦ blue 222

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

Shades of Orchid #CD6BDE

Tints of Orchid #CD6BDE

RGB

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

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

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

R = 38.39%
G = 20.04%
B = 41.57%

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

#CD6BDE (or 0xCD6BDE) is known color: Orchid. HEX triplet: CD, 6B and DE. RGB value is (205,107,222). Sum of RGB (Red+Green+Blue) = 205+107+222=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BDE is #329421. Grayscale: #959595. Windows color (decimal): -3314722 or 14576589. OLE color: 14576589.

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

Color convert

RGB 205 107 222 -
CMYK 0.08 0.52 0 0.13
HSL 291.13º 0.64% 0.65% -
HSV(B) 291.13º 0.52% 0.87% -
XYZ 43.62 28.77 72.36 -
YUV 149.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 205 107 222 0.08 0.52 0 0.13 291.13 0.64 0.65
Hex CD 6B DE 8 34 0 D 123 40 41
Octal 315 153 336 10 64 0 15 443 100 101
Binary 11001101 1101011 11011110 1000 110100 0 1101 100100011 1000000 1000001

Color Harmonies of #CD6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6BDE

Black with #CD6BDE

Text Example


Text Example

White with #CD6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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