Html Css Color HEX #C254CE Medium Orchid

📋 copy color: '#C254CE'

red 194 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #C254CE

Tints of Medium Orchid #C254CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.36%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 40.08%
G = 17.36%
B = 42.56%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C254CE (or 0xC254CE) is known color: Medium Orchid. HEX triplet: C2, 54 and CE. RGB value is (194,84,206). Sum of RGB (Red+Green+Blue) = 194+84+206=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C254CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254CE is #3DAB31. Grayscale: #828282. Windows color (decimal): -4041522 or 13522114. OLE color: 13522114.

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

Color convert

RGB 194 84 206 -
CMYK 0.06 0.59 0 0.19
HSL 294.1º 0.55% 0.57% -
HSV(B) 294.1º 0.59% 0.81% -
XYZ 36.56 22.27 60.76 -
YUV 130.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 194 84 206 0.06 0.59 0 0.19 294.1 0.55 0.57
Hex C2 54 CE 6 3B 0 13 126 37 39
Octal 302 124 316 6 73 0 23 446 67 71
Binary 11000010 1010100 11001110 110 111011 0 10011 100100110 110111 111001

Color Harmonies of #C254CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254CE

Black with #C254CE

Text Example


Text Example

White with #C254CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254CE; }

 p { color: rgb(194,84,206); }

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

background-color css

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

 a { background-color: rgb(194,84,206); }

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

border-color css

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

 span { border-color: rgb(194,84,206); }

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