Html Css Color HEX #CD63D7 Orchid

📋 copy color: '#CD63D7'

red 205 ◦ green 99 ◦ blue 215

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

Shades of Orchid #CD63D7

Tints of Orchid #CD63D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.43%

R = 39.5%
G = 19.08%
B = 41.43%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD63D7 (or 0xCD63D7) is known color: Orchid. HEX triplet: CD, 63 and D7. RGB value is (205,99,215). Sum of RGB (Red+Green+Blue) = 205+99+215=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD63D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63D7 is #329C28. Grayscale: #8F8F8F. Windows color (decimal): -3316777 or 14115789. OLE color: 14115789.

HSL color Cylindrical-coordinate representation of color #CD63D7: hue angle of 294.83º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD63D7 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 99 215 -
CMYK 0.05 0.54 0 0.16
HSL 294.83º 0.59% 0.62% -
HSV(B) 294.83º 0.54% 0.84% -
XYZ 41.9 26.81 67.26 -
YUV 143.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 205 99 215 0.05 0.54 0 0.16 294.83 0.59 0.62
Hex CD 63 D7 5 36 0 10 127 3B 3E
Octal 315 143 327 5 66 0 20 447 73 76
Binary 11001101 1100011 11010111 101 110110 0 10000 100100111 111011 111110

Color Harmonies of #CD63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63D7

Black with #CD63D7

Text Example


Text Example

White with #CD63D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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