Html Css Color HEX #C883CA Orchid

📋 copy color: '#C883CA'

red 200 ◦ green 131 ◦ blue 202

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

Shades of Orchid #C883CA

Tints of Orchid #C883CA

RGB

 RED value IS 200 (78.52% from 255) = 37.52%

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

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

R = 37.52%
G = 24.58%
B = 37.9%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C883CA (or 0xC883CA) is known color: Orchid. HEX triplet: C8, 83 and CA. RGB value is (200,131,202). Sum of RGB (Red+Green+Blue) = 200+131+202=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #C883CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883CA is #377C35. Grayscale: #9F9F9F. Windows color (decimal): -3636278 or 13272008. OLE color: 13272008.

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

Color convert

RGB 200 131 202 -
CMYK 0.01 0.35 0 0.21
HSL 298.31º 0.4% 0.65% -
HSV(B) 298.31º 0.35% 0.79% -
XYZ 42.6 32.78 59.96 -
YUV 159.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 200 131 202 0.01 0.35 0 0.21 298.31 0.4 0.65
Hex C8 83 CA 1 23 0 15 12A 28 41
Octal 310 203 312 1 43 0 25 452 50 101
Binary 11001000 10000011 11001010 1 100011 0 10101 100101010 101000 1000001

Color Harmonies of #C883CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883CA

Black with #C883CA

Text Example


Text Example

White with #C883CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883CA; }

 p { color: rgb(200,131,202); }

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

background-color css

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

 a { background-color: rgb(200,131,202); }

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

border-color css

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

 span { border-color: rgb(200,131,202); }

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