Html Css Color HEX #C96FDA Orchid

📋 copy color: '#C96FDA'

red 201 ◦ green 111 ◦ blue 218

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

Shades of Orchid #C96FDA

Tints of Orchid #C96FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

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

R = 37.92%
G = 20.94%
B = 41.13%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C96FDA (or 0xC96FDA) is known color: Orchid. HEX triplet: C9, 6F and DA. RGB value is (201,111,218). Sum of RGB (Red+Green+Blue) = 201+111+218=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #C96FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FDA is #369025. Grayscale: #959595. Windows color (decimal): -3575846 or 14315465. OLE color: 14315465.

HSL color Cylindrical-coordinate representation of color #C96FDA: hue angle of 290.47º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96FDA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 111 218 -
CMYK 0.08 0.49 0 0.15
HSL 290.47º 0.59% 0.65% -
HSV(B) 290.47º 0.49% 0.85% -
XYZ 42.43 28.85 69.66 -
YUV 150.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 201 111 218 0.08 0.49 0 0.15 290.47 0.59 0.65
Hex C9 6F DA 8 31 0 F 122 3B 41
Octal 311 157 332 10 61 0 17 442 73 101
Binary 11001001 1101111 11011010 1000 110001 0 1111 100100010 111011 1000001

Color Harmonies of #C96FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FDA

Black with #C96FDA

Text Example


Text Example

White with #C96FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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