Html Css Color HEX #CD63DB Orchid

📋 copy color: '#CD63DB'

red 205 ◦ green 99 ◦ blue 219

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

Shades of Orchid #CD63DB

Tints of Orchid #CD63DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.93%

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

R = 39.2%
G = 18.93%
B = 41.87%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD63DB (or 0xCD63DB) is known color: Orchid. HEX triplet: CD, 63 and DB. RGB value is (205,99,219). Sum of RGB (Red+Green+Blue) = 205+99+219=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63DB is #329C24. Grayscale: #909090. Windows color (decimal): -3316773 or 14377933. OLE color: 14377933.

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

Color convert

RGB 205 99 219 -
CMYK 0.06 0.55 0 0.14
HSL 293º 0.63% 0.62% -
HSV(B) 293º 0.55% 0.86% -
XYZ 42.42 27.02 70 -
YUV 144.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 205 99 219 0.06 0.55 0 0.14 293 0.63 0.62
Hex CD 63 DB 6 37 0 E 125 3E 3E
Octal 315 143 333 6 67 0 16 445 76 76
Binary 11001101 1100011 11011011 110 110111 0 1110 100100101 111110 111110

Color Harmonies of #CD63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63DB

Black with #CD63DB

Text Example


Text Example

White with #CD63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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