Html Css Color HEX #C96CC4 Orchid

📋 copy color: '#C96CC4'

red 201 ◦ green 108 ◦ blue 196

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

Shades of Orchid #C96CC4

Tints of Orchid #C96CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 39.8%
G = 21.39%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C96CC4 (or 0xC96CC4) is known color: Orchid. HEX triplet: C9, 6C and C4. RGB value is (201,108,196). Sum of RGB (Red+Green+Blue) = 201+108+196=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CC4 is #36933B. Grayscale: #919191. Windows color (decimal): -3576636 or 12872905. OLE color: 12872905.

HSL color Cylindrical-coordinate representation of color #C96CC4: hue angle of 303.23º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96CC4 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 196 -
CMYK 0 0.46 0.02 0.21
HSL 303.23º 0.46% 0.61% -
HSV(B) 303.23º 0.46% 0.79% -
XYZ 39.41 27.13 55.38 -
YUV 145.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 201 108 196 0 0.46 0.02 0.21 303.23 0.46 0.61
Hex C9 6C C4 0 2E 2 15 12F 2E 3D
Octal 311 154 304 0 56 2 25 457 56 75
Binary 11001001 1101100 11000100 0 101110 10 10101 100101111 101110 111101

Color Harmonies of #C96CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CC4

Black with #C96CC4

Text Example


Text Example

White with #C96CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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