Html Css Color HEX #C381CE Orchid

📋 copy color: '#C381CE'

red 195 ◦ green 129 ◦ blue 206

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

Shades of Orchid #C381CE

Tints of Orchid #C381CE

RGB

 RED value IS 195 (76.56% from 255) = 36.79%

 GREEN value IS 129 (50.78% from 255) = 24.34%

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

R = 36.79%
G = 24.34%
B = 38.87%

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

#C381CE (or 0xC381CE) is known color: Orchid. HEX triplet: C3, 81 and CE. RGB value is (195,129,206). Sum of RGB (Red+Green+Blue) = 195+129+206=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C381CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381CE is #3C7E31. Grayscale: #9D9D9D. Windows color (decimal): -3964466 or 13533635. OLE color: 13533635.

HSL color Cylindrical-coordinate representation of color #C381CE: hue angle of 291.43º 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 #C381CE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 129 206 -
CMYK 0.05 0.37 0 0.19
HSL 291.43º 0.44% 0.66% -
HSV(B) 291.43º 0.37% 0.81% -
XYZ 41.5 31.76 62.34 -
YUV 157.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 195 129 206 0.05 0.37 0 0.19 291.43 0.44 0.66
Hex C3 81 CE 5 25 0 13 123 2C 42
Octal 303 201 316 5 45 0 23 443 54 102
Binary 11000011 10000001 11001110 101 100101 0 10011 100100011 101100 1000010

Color Harmonies of #C381CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381CE

Black with #C381CE

Text Example


Text Example

White with #C381CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381CE; }

 p { color: rgb(195,129,206); }

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

background-color css

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

 a { background-color: rgb(195,129,206); }

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

border-color css

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

 span { border-color: rgb(195,129,206); }

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