Html Css Color HEX #C253CF Medium Orchid

📋 copy color: '#C253CF'

red 194 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #C253CF

Tints of Medium Orchid #C253CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.15%

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 40.08%
G = 17.15%
B = 42.77%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C253CF (or 0xC253CF) is known color: Medium Orchid. HEX triplet: C2, 53 and CF. RGB value is (194,83,207). Sum of RGB (Red+Green+Blue) = 194+83+207=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C253CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253CF is #3DAC30. Grayscale: #818181. Windows color (decimal): -4041777 or 13587394. OLE color: 13587394.

HSL color Cylindrical-coordinate representation of color #C253CF: hue angle of 293.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C253CF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 83 207 -
CMYK 0.06 0.60 0 0.19
HSL 293.71º 0.56% 0.57% -
HSV(B) 293.71º 0.6% 0.81% -
XYZ 36.6 22.16 61.38 -
YUV 130.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 194 83 207 0.06 0.60 0 0.19 293.71 0.56 0.57
Hex C2 53 CF 6 3C 0 13 126 38 39
Octal 302 123 317 6 74 0 23 446 70 71
Binary 11000010 1010011 11001111 110 111100 0 10011 100100110 111000 111001

Color Harmonies of #C253CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253CF

Black with #C253CF

Text Example


Text Example

White with #C253CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253CF; }

 p { color: rgb(194,83,207); }

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

background-color css

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

 a { background-color: rgb(194,83,207); }

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

border-color css

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

 span { border-color: rgb(194,83,207); }

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