Html Css Color HEX #C33DFD Medium Orchid

📋 copy color: '#C33DFD'

red 195 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #C33DFD

Tints of Medium Orchid #C33DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.98%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 38.31%
G = 11.98%
B = 49.71%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C33DFD (or 0xC33DFD) is known color: Medium Orchid. HEX triplet: C3, 3D and FD. RGB value is (195,61,253). Sum of RGB (Red+Green+Blue) = 195+61+253=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #C33DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33DFD is #3CC202. Grayscale: #7A7A7A. Windows color (decimal): -3981827 or 16596419. OLE color: 16596419.

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

Color convert

RGB 195 61 253 -
CMYK 0.23 0.76 0 0.01
HSL 281.88º 0.98% 0.62% -
HSV(B) 281.88º 0.76% 0.99% -
XYZ 41.9 22.03 94.97 -
YUV 122.95 201.39 179.39 -
System Red Green Blue C M Y K H S L
Decimal 195 61 253 0.23 0.76 0 0.01 281.88 0.98 0.62
Hex C3 3D FD 17 4C 0 1 11A 62 3E
Octal 303 75 375 27 114 0 1 432 142 76
Binary 11000011 111101 11111101 10111 1001100 0 1 100011010 1100010 111110

Color Harmonies of #C33DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DFD

Black with #C33DFD

Text Example


Text Example

White with #C33DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DFD; }

 p { color: rgb(195,61,253); }

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

background-color css

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

 a { background-color: rgb(195,61,253); }

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

border-color css

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

 span { border-color: rgb(195,61,253); }

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