Html Css Color HEX #C23DFB Medium Orchid

📋 copy color: '#C23DFB'

red 194 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #C23DFB

Tints of Medium Orchid #C23DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.06%

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 38.34%
G = 12.06%
B = 49.6%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C23DFB (or 0xC23DFB) is known color: Medium Orchid. HEX triplet: C2, 3D and FB. RGB value is (194,61,251). Sum of RGB (Red+Green+Blue) = 194+61+251=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #C23DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23DFB is #3DC204. Grayscale: #797979. Windows color (decimal): -4047365 or 16465346. OLE color: 16465346.

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

Color convert

RGB 194 61 251 -
CMYK 0.23 0.76 0 0.02
HSL 282º 0.96% 0.61% -
HSV(B) 282º 0.76% 0.98% -
XYZ 41.33 21.77 93.29 -
YUV 122.43 200.56 179.05 -
System Red Green Blue C M Y K H S L
Decimal 194 61 251 0.23 0.76 0 0.02 282 0.96 0.61
Hex C2 3D FB 17 4C 0 2 11A 60 3D
Octal 302 75 373 27 114 0 2 432 140 75
Binary 11000010 111101 11111011 10111 1001100 0 10 100011010 1100000 111101

Color Harmonies of #C23DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DFB

Black with #C23DFB

Text Example


Text Example

White with #C23DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DFB; }

 p { color: rgb(194,61,251); }

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

background-color css

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

 a { background-color: rgb(194,61,251); }

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

border-color css

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

 span { border-color: rgb(194,61,251); }

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