Html Css Color HEX #CD6FDB Orchid

📋 copy color: '#CD6FDB'

red 205 ◦ green 111 ◦ blue 219

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

Shades of Orchid #CD6FDB

Tints of Orchid #CD6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

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

R = 38.32%
G = 20.75%
B = 40.93%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD6FDB (or 0xCD6FDB) is known color: Orchid. HEX triplet: CD, 6F and DB. RGB value is (205,111,219). Sum of RGB (Red+Green+Blue) = 205+111+219=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FDB is #329024. Grayscale: #979797. Windows color (decimal): -3313701 or 14381005. OLE color: 14381005.

HSL color Cylindrical-coordinate representation of color #CD6FDB: hue angle of 292.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6FDB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 111 219 -
CMYK 0.06 0.49 0 0.14
HSL 292.22º 0.6% 0.65% -
HSV(B) 292.22º 0.49% 0.86% -
XYZ 43.65 29.46 70.4 -
YUV 151.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 205 111 219 0.06 0.49 0 0.14 292.22 0.6 0.65
Hex CD 6F DB 6 31 0 E 124 3C 41
Octal 315 157 333 6 61 0 16 444 74 101
Binary 11001101 1101111 11011011 110 110001 0 1110 100100100 111100 1000001

Color Harmonies of #CD6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6FDB

Black with #CD6FDB

Text Example


Text Example

White with #CD6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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