Html Css Color HEX #C380CD Orchid

📋 copy color: '#C380CD'

red 195 ◦ green 128 ◦ blue 205

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

Shades of Orchid #C380CD

Tints of Orchid #C380CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.24%

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 36.93%
G = 24.24%
B = 38.83%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C380CD (or 0xC380CD) is known color: Orchid. HEX triplet: C3, 80 and CD. RGB value is (195,128,205). Sum of RGB (Red+Green+Blue) = 195+128+205=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C380CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380CD is #3C7F32. Grayscale: #9C9C9C. Windows color (decimal): -3964723 or 13467843. OLE color: 13467843.

HSL color Cylindrical-coordinate representation of color #C380CD: hue angle of 292.21º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C380CD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 128 205 -
CMYK 0.05 0.38 0 0.20
HSL 292.21º 0.44% 0.65% -
HSV(B) 292.21º 0.38% 0.8% -
XYZ 41.24 31.45 61.65 -
YUV 156.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 195 128 205 0.05 0.38 0 0.20 292.21 0.44 0.65
Hex C3 80 CD 5 26 0 14 124 2C 41
Octal 303 200 315 5 46 0 24 444 54 101
Binary 11000011 10000000 11001101 101 100110 0 10100 100100100 101100 1000001

Color Harmonies of #C380CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380CD

Black with #C380CD

Text Example


Text Example

White with #C380CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380CD; }

 p { color: rgb(195,128,205); }

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

background-color css

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

 a { background-color: rgb(195,128,205); }

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

border-color css

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

 span { border-color: rgb(195,128,205); }

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