Html Css Color HEX #CC63D5 Orchid

📋 copy color: '#CC63D5'

red 204 ◦ green 99 ◦ blue 213

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

Shades of Orchid #CC63D5

Tints of Orchid #CC63D5

RGB

 RED value IS 204 (80.08% from 255) = 39.53%

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 39.53%
G = 19.19%
B = 41.28%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC63D5 (or 0xCC63D5) is known color: Orchid. HEX triplet: CC, 63 and D5. RGB value is (204,99,213). Sum of RGB (Red+Green+Blue) = 204+99+213=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63D5 is #339C2A. Grayscale: #8F8F8F. Windows color (decimal): -3382315 or 13984716. OLE color: 13984716.

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

Color convert

RGB 204 99 213 -
CMYK 0.04 0.54 0 0.16
HSL 295.26º 0.58% 0.61% -
HSV(B) 295.26º 0.54% 0.84% -
XYZ 41.37 26.57 65.9 -
YUV 143.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 204 99 213 0.04 0.54 0 0.16 295.26 0.58 0.61
Hex CC 63 D5 4 36 0 10 127 3A 3D
Octal 314 143 325 4 66 0 20 447 72 75
Binary 11001100 1100011 11010101 100 110110 0 10000 100100111 111010 111101

Color Harmonies of #CC63D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63D5

Black with #CC63D5

Text Example


Text Example

White with #CC63D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63D5; }

 p { color: rgb(204,99,213); }

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

background-color css

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

 a { background-color: rgb(204,99,213); }

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

border-color css

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

 span { border-color: rgb(204,99,213); }

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