Html Css Color HEX #C96CDA Orchid

📋 copy color: '#C96CDA'

red 201 ◦ green 108 ◦ blue 218

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

Shades of Orchid #C96CDA

Tints of Orchid #C96CDA

RGB

 RED value IS 201 (78.91% from 255) = 38.14%

 GREEN value IS 108 (42.58% from 255) = 20.49%

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 38.14%
G = 20.49%
B = 41.37%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C96CDA (or 0xC96CDA) is known color: Orchid. HEX triplet: C9, 6C and DA. RGB value is (201,108,218). Sum of RGB (Red+Green+Blue) = 201+108+218=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C96CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CDA is #369325. Grayscale: #949494. Windows color (decimal): -3576614 or 14314697. OLE color: 14314697.

HSL color Cylindrical-coordinate representation of color #C96CDA: hue angle of 290.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96CDA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 108 218 -
CMYK 0.08 0.50 0 0.15
HSL 290.73º 0.6% 0.64% -
HSV(B) 290.73º 0.5% 0.85% -
XYZ 42.1 28.2 69.55 -
YUV 148.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 201 108 218 0.08 0.50 0 0.15 290.73 0.6 0.64
Hex C9 6C DA 8 32 0 F 123 3C 40
Octal 311 154 332 10 62 0 17 443 74 100
Binary 11001001 1101100 11011010 1000 110010 0 1111 100100011 111100 1000000

Color Harmonies of #C96CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CDA

Black with #C96CDA

Text Example


Text Example

White with #C96CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CDA; }

 p { color: rgb(201,108,218); }

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

background-color css

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

 a { background-color: rgb(201,108,218); }

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

border-color css

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

 span { border-color: rgb(201,108,218); }

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