Html Css Color HEX #C33FFE Medium Orchid

📋 copy color: '#C33FFE'

red 195 ◦ green 63 ◦ blue 254

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

Shades of Medium Orchid #C33FFE

Tints of Medium Orchid #C33FFE

RGB

 RED value IS 195 (76.56% from 255) = 38.09%

 GREEN value IS 63 (25% from 255) = 12.3%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 38.09%
G = 12.3%
B = 49.61%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C33FFE (or 0xC33FFE) is known color: Medium Orchid. HEX triplet: C3, 3F and FE. RGB value is (195,63,254). Sum of RGB (Red+Green+Blue) = 195+63+254=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #C33FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FFE is #3CC001. Grayscale: #7B7B7B. Windows color (decimal): -3981314 or 16662467. OLE color: 16662467.

HSL color Cylindrical-coordinate representation of color #C33FFE: hue angle of 281.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33FFE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 63 254 -
CMYK 0.23 0.75 0 0.00
HSL 281.47º 0.99% 0.62% -
HSV(B) 281.47º 0.75% 1% -
XYZ 42.17 22.31 95.85 -
YUV 124.24 201.23 178.47 -
System Red Green Blue C M Y K H S L
Decimal 195 63 254 0.23 0.75 0 0.00 281.47 0.99 0.62
Hex C3 3F FE 17 4B 0 0 119 63 3E
Octal 303 77 376 27 113 0 0 431 143 76
Binary 11000011 111111 11111110 10111 1001011 0 0 100011001 1100011 111110

Color Harmonies of #C33FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FFE

Black with #C33FFE

Text Example


Text Example

White with #C33FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FFE; }

 p { color: rgb(195,63,254); }

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

background-color css

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

 a { background-color: rgb(195,63,254); }

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

border-color css

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

 span { border-color: rgb(195,63,254); }

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