Html Css Color HEX #C23FFC Medium Orchid

📋 copy color: '#C23FFC'

red 194 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #C23FFC

Tints of Medium Orchid #C23FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.38%

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 38.11%
G = 12.38%
B = 49.51%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C23FFC (or 0xC23FFC) is known color: Medium Orchid. HEX triplet: C2, 3F and FC. RGB value is (194,63,252). Sum of RGB (Red+Green+Blue) = 194+63+252=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #C23FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23FFC is #3DC003. Grayscale: #7B7B7B. Windows color (decimal): -4046852 or 16531394. OLE color: 16531394.

HSL color Cylindrical-coordinate representation of color #C23FFC: hue angle of 281.59º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23FFC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 63 252 -
CMYK 0.23 0.75 0 0.01
HSL 281.59º 0.97% 0.62% -
HSV(B) 281.59º 0.75% 0.99% -
XYZ 41.6 22.05 94.16 -
YUV 123.72 200.4 178.13 -
System Red Green Blue C M Y K H S L
Decimal 194 63 252 0.23 0.75 0 0.01 281.59 0.97 0.62
Hex C2 3F FC 17 4B 0 1 11A 61 3E
Octal 302 77 374 27 113 0 1 432 141 76
Binary 11000010 111111 11111100 10111 1001011 0 1 100011010 1100001 111110

Color Harmonies of #C23FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FFC

Black with #C23FFC

Text Example


Text Example

White with #C23FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FFC; }

 p { color: rgb(194,63,252); }

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

background-color css

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

 a { background-color: rgb(194,63,252); }

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

border-color css

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

 span { border-color: rgb(194,63,252); }

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