Html Css Color HEX #C235CF Medium Orchid

📋 copy color: '#C235CF'

red 194 ◦ green 53 ◦ blue 207

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

Shades of Medium Orchid #C235CF

Tints of Medium Orchid #C235CF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.67%

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

R = 42.73%
G = 11.67%
B = 45.59%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C235CF (or 0xC235CF) is known color: Medium Orchid. HEX triplet: C2, 35 and CF. RGB value is (194,53,207). Sum of RGB (Red+Green+Blue) = 194+53+207=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #C235CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235CF is #3DCA30. Grayscale: #707070. Windows color (decimal): -4049457 or 13579714. OLE color: 13579714.

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

Color convert

RGB 194 53 207 -
CMYK 0.06 0.74 0 0.19
HSL 294.94º 0.62% 0.51% -
HSV(B) 294.94º 0.74% 0.81% -
XYZ 34.78 18.52 60.77 -
YUV 112.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 194 53 207 0.06 0.74 0 0.19 294.94 0.62 0.51
Hex C2 35 CF 6 4A 0 13 127 3E 33
Octal 302 65 317 6 112 0 23 447 76 63
Binary 11000010 110101 11001111 110 1001010 0 10011 100100111 111110 110011

Color Harmonies of #C235CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235CF

Black with #C235CF

Text Example


Text Example

White with #C235CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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