Html Css Color HEX #CC63CE Orchid

📋 copy color: '#CC63CE'

red 204 ◦ green 99 ◦ blue 206

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

Shades of Orchid #CC63CE

Tints of Orchid #CC63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 40.08%
G = 19.45%
B = 40.47%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC63CE (or 0xCC63CE) is known color: Orchid. HEX triplet: CC, 63 and CE. RGB value is (204,99,206). Sum of RGB (Red+Green+Blue) = 204+99+206=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63CE is #339C31. Grayscale: #8E8E8E. Windows color (decimal): -3382322 or 13525964. OLE color: 13525964.

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

Color convert

RGB 204 99 206 -
CMYK 0.01 0.52 0 0.19
HSL 298.88º 0.52% 0.6% -
HSV(B) 298.88º 0.52% 0.81% -
XYZ 40.5 26.22 61.32 -
YUV 142.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 204 99 206 0.01 0.52 0 0.19 298.88 0.52 0.6
Hex CC 63 CE 1 34 0 13 12B 34 3C
Octal 314 143 316 1 64 0 23 453 64 74
Binary 11001100 1100011 11001110 1 110100 0 10011 100101011 110100 111100

Color Harmonies of #CC63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63CE

Black with #CC63CE

Text Example


Text Example

White with #CC63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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