Html Css Color HEX #C483CE Orchid

📋 copy color: '#C483CE'

red 196 ◦ green 131 ◦ blue 206

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

Shades of Orchid #C483CE

Tints of Orchid #C483CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.58%

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 36.77%
G = 24.58%
B = 38.65%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C483CE (or 0xC483CE) is known color: Orchid. HEX triplet: C4, 83 and CE. RGB value is (196,131,206). Sum of RGB (Red+Green+Blue) = 196+131+206=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C483CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483CE is #3B7C31. Grayscale: #9E9E9E. Windows color (decimal): -3898418 or 13534148. OLE color: 13534148.

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

Color convert

RGB 196 131 206 -
CMYK 0.05 0.36 0 0.19
HSL 292º 0.43% 0.66% -
HSV(B) 292º 0.36% 0.81% -
XYZ 42.02 32.42 62.44 -
YUV 158.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 196 131 206 0.05 0.36 0 0.19 292 0.43 0.66
Hex C4 83 CE 5 24 0 13 124 2B 42
Octal 304 203 316 5 44 0 23 444 53 102
Binary 11000100 10000011 11001110 101 100100 0 10011 100100100 101011 1000010

Color Harmonies of #C483CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483CE

Black with #C483CE

Text Example


Text Example

White with #C483CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483CE; }

 p { color: rgb(196,131,206); }

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

background-color css

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

 a { background-color: rgb(196,131,206); }

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

border-color css

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

 span { border-color: rgb(196,131,206); }

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