Html Css Color HEX #CC63D0 Orchid

📋 copy color: '#CC63D0'

red 204 ◦ green 99 ◦ blue 208

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

Shades of Orchid #CC63D0

Tints of Orchid #CC63D0

RGB

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

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

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

R = 39.92%
G = 19.37%
B = 40.7%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC63D0 (or 0xCC63D0) is known color: Orchid. HEX triplet: CC, 63 and D0. RGB value is (204,99,208). Sum of RGB (Red+Green+Blue) = 204+99+208=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63D0 is #339C2F. Grayscale: #8E8E8E. Windows color (decimal): -3382320 or 13657036. OLE color: 13657036.

HSL color Cylindrical-coordinate representation of color #CC63D0: hue angle of 297.8º 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 #CC63D0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 99 208 -
CMYK 0.02 0.52 0 0.18
HSL 297.8º 0.54% 0.6% -
HSV(B) 297.8º 0.52% 0.82% -
XYZ 40.75 26.32 62.61 -
YUV 142.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 204 99 208 0.02 0.52 0 0.18 297.8 0.54 0.6
Hex CC 63 D0 2 34 0 12 12A 36 3C
Octal 314 143 320 2 64 0 22 452 66 74
Binary 11001100 1100011 11010000 10 110100 0 10010 100101010 110110 111100

Color Harmonies of #CC63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63D0

Black with #CC63D0

Text Example


Text Example

White with #CC63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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