Html Css Color HEX #C381CA Orchid

📋 copy color: '#C381CA'

red 195 ◦ green 129 ◦ blue 202

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

Shades of Orchid #C381CA

Tints of Orchid #C381CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 37.07%
G = 24.52%
B = 38.4%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C381CA (or 0xC381CA) is known color: Orchid. HEX triplet: C3, 81 and CA. RGB value is (195,129,202). Sum of RGB (Red+Green+Blue) = 195+129+202=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C381CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381CA is #3C7E35. Grayscale: #9C9C9C. Windows color (decimal): -3964470 or 13271491. OLE color: 13271491.

HSL color Cylindrical-coordinate representation of color #C381CA: hue angle of 294.25º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C381CA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 129 202 -
CMYK 0.03 0.36 0 0.21
HSL 294.25º 0.41% 0.65% -
HSV(B) 294.25º 0.36% 0.79% -
XYZ 41.02 31.57 59.81 -
YUV 157.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 195 129 202 0.03 0.36 0 0.21 294.25 0.41 0.65
Hex C3 81 CA 3 24 0 15 126 29 41
Octal 303 201 312 3 44 0 25 446 51 101
Binary 11000011 10000001 11001010 11 100100 0 10101 100100110 101001 1000001

Color Harmonies of #C381CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381CA

Black with #C381CA

Text Example


Text Example

White with #C381CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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