Html Css Color HEX #CD63D0 Orchid

📋 copy color: '#CD63D0'

red 205 ◦ green 99 ◦ blue 208

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

Shades of Orchid #CD63D0

Tints of Orchid #CD63D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 40.04%
G = 19.34%
B = 40.63%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD63D0 (or 0xCD63D0) is known color: Orchid. HEX triplet: CD, 63 and D0. RGB value is (205,99,208). Sum of RGB (Red+Green+Blue) = 205+99+208=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63D0 is #329C2F. Grayscale: #8E8E8E. Windows color (decimal): -3316784 or 13657037. OLE color: 13657037.

HSL color Cylindrical-coordinate representation of color #CD63D0: hue angle of 298.35º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD63D0 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 99 208 -
CMYK 0.01 0.52 0 0.18
HSL 298.35º 0.54% 0.6% -
HSV(B) 298.35º 0.52% 0.82% -
XYZ 41.02 26.46 62.62 -
YUV 143.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 205 99 208 0.01 0.52 0 0.18 298.35 0.54 0.6
Hex CD 63 D0 1 34 0 12 12A 36 3C
Octal 315 143 320 1 64 0 22 452 66 74
Binary 11001101 1100011 11010000 1 110100 0 10010 100101010 110110 111100

Color Harmonies of #CD63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63D0

Black with #CD63D0

Text Example


Text Example

White with #CD63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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