Html Css Color HEX #C483CF Orchid

📋 copy color: '#C483CF'

red 196 ◦ green 131 ◦ blue 207

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

Shades of Orchid #C483CF

Tints of Orchid #C483CF

RGB

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

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

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

R = 36.7%
G = 24.53%
B = 38.76%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C483CF (or 0xC483CF) is known color: Orchid. HEX triplet: C4, 83 and CF. RGB value is (196,131,207). Sum of RGB (Red+Green+Blue) = 196+131+207=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #C483CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483CF is #3B7C30. Grayscale: #9E9E9E. Windows color (decimal): -3898417 or 13599684. OLE color: 13599684.

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

Color convert

RGB 196 131 207 -
CMYK 0.05 0.37 0 0.19
HSL 291.32º 0.44% 0.66% -
HSV(B) 291.32º 0.37% 0.81% -
XYZ 42.14 32.47 63.08 -
YUV 159.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 196 131 207 0.05 0.37 0 0.19 291.32 0.44 0.66
Hex C4 83 CF 5 25 0 13 123 2C 42
Octal 304 203 317 5 45 0 23 443 54 102
Binary 11000100 10000011 11001111 101 100101 0 10011 100100011 101100 1000010

Color Harmonies of #C483CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483CF

Black with #C483CF

Text Example


Text Example

White with #C483CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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