Html Css Color HEX #CC3CF2 Medium Orchid

📋 copy color: '#CC3CF2'

red 204 ◦ green 60 ◦ blue 242

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

Shades of Medium Orchid #CC3CF2

Tints of Medium Orchid #CC3CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.86%

 BLUE value IS 242 (94.92% from 255) = 47.83%

R = 40.32%
G = 11.86%
B = 47.83%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC3CF2 (or 0xCC3CF2) is known color: Medium Orchid. HEX triplet: CC, 3C and F2. RGB value is (204,60,242). Sum of RGB (Red+Green+Blue) = 204+60+242=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC3CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CF2 is #33C30D. Grayscale: #7B7B7B. Windows color (decimal): -3392270 or 15875276. OLE color: 15875276.

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

Color convert

RGB 204 60 242 -
CMYK 0.16 0.75 0 0.05
HSL 287.47º 0.88% 0.59% -
HSV(B) 287.47º 0.75% 0.95% -
XYZ 42.54 22.48 86.1 -
YUV 123.8 194.71 185.2 -
System Red Green Blue C M Y K H S L
Decimal 204 60 242 0.16 0.75 0 0.05 287.47 0.88 0.59
Hex CC 3C F2 10 4B 0 5 11F 58 3B
Octal 314 74 362 20 113 0 5 437 130 73
Binary 11001100 111100 11110010 10000 1001011 0 101 100011111 1011000 111011

Color Harmonies of #CC3CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CF2

Black with #CC3CF2

Text Example


Text Example

White with #CC3CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CF2; }

 p { color: rgb(204,60,242); }

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

background-color css

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

 a { background-color: rgb(204,60,242); }

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

border-color css

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

 span { border-color: rgb(204,60,242); }

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