Html Css Color HEX #C835FA Medium Orchid

📋 copy color: '#C835FA'

red 200 ◦ green 53 ◦ blue 250

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

Shades of Medium Orchid #C835FA

Tints of Medium Orchid #C835FA

RGB

 RED value IS 200 (78.52% from 255) = 39.76%

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 39.76%
G = 10.54%
B = 49.7%

CMYK

 C value IS 0.2

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C835FA (or 0xC835FA) is known color: Medium Orchid. HEX triplet: C8, 35 and FA. RGB value is (200,53,250). Sum of RGB (Red+Green+Blue) = 200+53+250=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #C835FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C835FA is #37CA05. Grayscale: #767676. Windows color (decimal): -3656198 or 16397768. OLE color: 16397768.

HSL color Cylindrical-coordinate representation of color #C835FA: hue angle of 284.77º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C835FA is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 53 250 -
CMYK 0.2 0.79 0 0.02
HSL 284.77º 0.95% 0.59% -
HSV(B) 284.77º 0.79% 0.98% -
XYZ 42.35 21.73 92.4 -
YUV 119.41 201.7 185.48 -
System Red Green Blue C M Y K H S L
Decimal 200 53 250 0.2 0.79 0 0.02 284.77 0.95 0.59
Hex C8 35 FA 14 4F 0 2 11D 5F 3B
Octal 310 65 372 24 117 0 2 435 137 73
Binary 11001000 110101 11111010 10100 1001111 0 10 100011101 1011111 111011

Color Harmonies of #C835FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C835FA

Black with #C835FA

Text Example


Text Example

White with #C835FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C835FA; }

 p { color: rgb(200,53,250); }

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

background-color css

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

 a { background-color: rgb(200,53,250); }

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

border-color css

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

 span { border-color: rgb(200,53,250); }

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