Html Css Color HEX #C23CFD Medium Orchid

📋 copy color: '#C23CFD'

red 194 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #C23CFD

Tints of Medium Orchid #C23CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.83%

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 38.26%
G = 11.83%
B = 49.9%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C23CFD (or 0xC23CFD) is known color: Medium Orchid. HEX triplet: C2, 3C and FD. RGB value is (194,60,253). Sum of RGB (Red+Green+Blue) = 194+60+253=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #C23CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CFD is #3DC302. Grayscale: #797979. Windows color (decimal): -4047619 or 16596162. OLE color: 16596162.

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

Color convert

RGB 194 60 253 -
CMYK 0.23 0.76 0 0.01
HSL 281.66º 0.98% 0.61% -
HSV(B) 281.66º 0.76% 0.99% -
XYZ 41.59 21.79 94.94 -
YUV 122.07 201.89 179.31 -
System Red Green Blue C M Y K H S L
Decimal 194 60 253 0.23 0.76 0 0.01 281.66 0.98 0.61
Hex C2 3C FD 17 4C 0 1 11A 62 3D
Octal 302 74 375 27 114 0 1 432 142 75
Binary 11000010 111100 11111101 10111 1001100 0 1 100011010 1100010 111101

Color Harmonies of #C23CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CFD

Black with #C23CFD

Text Example


Text Example

White with #C23CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CFD; }

 p { color: rgb(194,60,253); }

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

background-color css

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

 a { background-color: rgb(194,60,253); }

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

border-color css

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

 span { border-color: rgb(194,60,253); }

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