Html Css Color HEX #C23CCF Medium Orchid

📋 copy color: '#C23CCF'

red 194 ◦ green 60 ◦ blue 207

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

Shades of Medium Orchid #C23CCF

Tints of Medium Orchid #C23CCF

RGB

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

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

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

R = 42.08%
G = 13.02%
B = 44.9%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C23CCF (or 0xC23CCF) is known color: Medium Orchid. HEX triplet: C2, 3C and CF. RGB value is (194,60,207). Sum of RGB (Red+Green+Blue) = 194+60+207=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #C23CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CCF is #3DC330. Grayscale: #747474. Windows color (decimal): -4047665 or 13581506. OLE color: 13581506.

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

Color convert

RGB 194 60 207 -
CMYK 0.06 0.71 0 0.19
HSL 294.69º 0.6% 0.52% -
HSV(B) 294.69º 0.71% 0.81% -
XYZ 35.13 19.21 60.89 -
YUV 116.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 194 60 207 0.06 0.71 0 0.19 294.69 0.6 0.52
Hex C2 3C CF 6 47 0 13 127 3C 34
Octal 302 74 317 6 107 0 23 447 74 64
Binary 11000010 111100 11001111 110 1000111 0 10011 100100111 111100 110100

Color Harmonies of #C23CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CCF

Black with #C23CCF

Text Example


Text Example

White with #C23CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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