Html Css Color HEX #C252FD Medium Orchid

📋 copy color: '#C252FD'

red 194 ◦ green 82 ◦ blue 253

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

Shades of Medium Orchid #C252FD

Tints of Medium Orchid #C252FD

RGB

 RED value IS 194 (76.17% from 255) = 36.67%

 GREEN value IS 82 (32.42% from 255) = 15.5%

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

R = 36.67%
G = 15.5%
B = 47.83%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C252FD (or 0xC252FD) is known color: Medium Orchid. HEX triplet: C2, 52 and FD. RGB value is (194,82,253). Sum of RGB (Red+Green+Blue) = 194+82+253=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #C252FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252FD is #3DAD02. Grayscale: #868686. Windows color (decimal): -4041987 or 16601794. OLE color: 16601794.

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

Color convert

RGB 194 82 253 -
CMYK 0.23 0.68 0 0.01
HSL 279.3º 0.98% 0.66% -
HSV(B) 279.3º 0.68% 0.99% -
XYZ 43 24.6 95.41 -
YUV 134.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 194 82 253 0.23 0.68 0 0.01 279.3 0.98 0.66
Hex C2 52 FD 17 44 0 1 117 62 42
Octal 302 122 375 27 104 0 1 427 142 102
Binary 11000010 1010010 11111101 10111 1000100 0 1 100010111 1100010 1000010

Color Harmonies of #C252FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252FD

Black with #C252FD

Text Example


Text Example

White with #C252FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252FD; }

 p { color: rgb(194,82,253); }

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

background-color css

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

 a { background-color: rgb(194,82,253); }

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

border-color css

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

 span { border-color: rgb(194,82,253); }

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