Html Css Color HEX #CD6BDB Orchid

📋 copy color: '#CD6BDB'

red 205 ◦ green 107 ◦ blue 219

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

Shades of Orchid #CD6BDB

Tints of Orchid #CD6BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 38.61%
G = 20.15%
B = 41.24%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD6BDB (or 0xCD6BDB) is known color: Orchid. HEX triplet: CD, 6B and DB. RGB value is (205,107,219). Sum of RGB (Red+Green+Blue) = 205+107+219=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BDB is #329424. Grayscale: #949494. Windows color (decimal): -3314725 or 14379981. OLE color: 14379981.

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

Color convert

RGB 205 107 219 -
CMYK 0.06 0.51 0 0.14
HSL 292.5º 0.61% 0.64% -
HSV(B) 292.5º 0.51% 0.86% -
XYZ 43.22 28.61 70.26 -
YUV 149.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 205 107 219 0.06 0.51 0 0.14 292.5 0.61 0.64
Hex CD 6B DB 6 33 0 E 124 3D 40
Octal 315 153 333 6 63 0 16 444 75 100
Binary 11001101 1101011 11011011 110 110011 0 1110 100100100 111101 1000000

Color Harmonies of #CD6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6BDB

Black with #CD6BDB

Text Example


Text Example

White with #CD6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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