Html Css Color HEX #C883CD Orchid

📋 copy color: '#C883CD'

red 200 ◦ green 131 ◦ blue 205

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

Shades of Orchid #C883CD

Tints of Orchid #C883CD

RGB

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

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

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

R = 37.31%
G = 24.44%
B = 38.25%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C883CD (or 0xC883CD) is known color: Orchid. HEX triplet: C8, 83 and CD. RGB value is (200,131,205). Sum of RGB (Red+Green+Blue) = 200+131+205=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C883CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883CD is #377C32. Grayscale: #9F9F9F. Windows color (decimal): -3636275 or 13468616. OLE color: 13468616.

HSL color Cylindrical-coordinate representation of color #C883CD: hue angle of 295.95º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C883CD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 131 205 -
CMYK 0.02 0.36 0 0.20
HSL 295.95º 0.43% 0.66% -
HSV(B) 295.95º 0.36% 0.8% -
XYZ 42.96 32.92 61.85 -
YUV 160.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 200 131 205 0.02 0.36 0 0.20 295.95 0.43 0.66
Hex C8 83 CD 2 24 0 14 128 2B 42
Octal 310 203 315 2 44 0 24 450 53 102
Binary 11001000 10000011 11001101 10 100100 0 10100 100101000 101011 1000010

Color Harmonies of #C883CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883CD

Black with #C883CD

Text Example


Text Example

White with #C883CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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