Html Css Color HEX #C45CCF Medium Orchid

📋 copy color: '#C45CCF'

red 196 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #C45CCF

Tints of Medium Orchid #C45CCF

RGB

 RED value IS 196 (76.95% from 255) = 39.6%

 GREEN value IS 92 (36.33% from 255) = 18.59%

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

R = 39.6%
G = 18.59%
B = 41.82%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C45CCF (or 0xC45CCF) is known color: Medium Orchid. HEX triplet: C4, 5C and CF. RGB value is (196,92,207). Sum of RGB (Red+Green+Blue) = 196+92+207=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C45CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CCF is #3BA330. Grayscale: #878787. Windows color (decimal): -3908401 or 13589700. OLE color: 13589700.

HSL color Cylindrical-coordinate representation of color #C45CCF: hue angle of 294.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45CCF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 92 207 -
CMYK 0.05 0.56 0 0.19
HSL 294.26º 0.55% 0.59% -
HSV(B) 294.26º 0.56% 0.81% -
XYZ 37.85 23.9 61.65 -
YUV 136.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 196 92 207 0.05 0.56 0 0.19 294.26 0.55 0.59
Hex C4 5C CF 5 38 0 13 126 37 3B
Octal 304 134 317 5 70 0 23 446 67 73
Binary 11000100 1011100 11001111 101 111000 0 10011 100100110 110111 111011

Color Harmonies of #C45CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CCF

Black with #C45CCF

Text Example


Text Example

White with #C45CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CCF; }

 p { color: rgb(196,92,207); }

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

background-color css

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

 a { background-color: rgb(196,92,207); }

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

border-color css

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

 span { border-color: rgb(196,92,207); }

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