Html Css Color HEX #C254CF Medium Orchid

📋 copy color: '#C254CF'

red 194 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #C254CF

Tints of Medium Orchid #C254CF

RGB

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

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

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

R = 40%
G = 17.32%
B = 42.68%

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

#C254CF (or 0xC254CF) is known color: Medium Orchid. HEX triplet: C2, 54 and CF. RGB value is (194,84,207). Sum of RGB (Red+Green+Blue) = 194+84+207=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #C254CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254CF is #3DAB30. Grayscale: #828282. Windows color (decimal): -4041521 or 13587650. OLE color: 13587650.

HSL color Cylindrical-coordinate representation of color #C254CF: hue angle of 293.66º degrees, saturation: 0.56, 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 #C254CF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 84 207 -
CMYK 0.06 0.59 0 0.19
HSL 293.66º 0.56% 0.57% -
HSV(B) 293.66º 0.59% 0.81% -
XYZ 36.68 22.31 61.41 -
YUV 130.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 194 84 207 0.06 0.59 0 0.19 293.66 0.56 0.57
Hex C2 54 CF 6 3B 0 13 126 38 39
Octal 302 124 317 6 73 0 23 446 70 71
Binary 11000010 1010100 11001111 110 111011 0 10011 100100110 111000 111001

Color Harmonies of #C254CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254CF

Black with #C254CF

Text Example


Text Example

White with #C254CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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