Html Css Color HEX #CC63D8 Orchid

📋 copy color: '#CC63D8'

red 204 ◦ green 99 ◦ blue 216

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

Shades of Orchid #CC63D8

Tints of Orchid #CC63D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 39.31%
G = 19.08%
B = 41.62%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC63D8 (or 0xCC63D8) is known color: Orchid. HEX triplet: CC, 63 and D8. RGB value is (204,99,216). Sum of RGB (Red+Green+Blue) = 204+99+216=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC63D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63D8 is #339C27. Grayscale: #8F8F8F. Windows color (decimal): -3382312 or 14181324. OLE color: 14181324.

HSL color Cylindrical-coordinate representation of color #CC63D8: hue angle of 293.85º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC63D8 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 99 216 -
CMYK 0.06 0.54 0 0.15
HSL 293.85º 0.6% 0.62% -
HSV(B) 293.85º 0.54% 0.85% -
XYZ 41.76 26.72 67.92 -
YUV 143.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 204 99 216 0.06 0.54 0 0.15 293.85 0.6 0.62
Hex CC 63 D8 6 36 0 F 126 3C 3E
Octal 314 143 330 6 66 0 17 446 74 76
Binary 11001100 1100011 11011000 110 110110 0 1111 100100110 111100 111110

Color Harmonies of #CC63D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63D8

Black with #CC63D8

Text Example


Text Example

White with #CC63D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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