Html Css Color HEX #C965D4 Orchid

📋 copy color: '#C965D4'

red 201 ◦ green 101 ◦ blue 212

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

Shades of Orchid #C965D4

Tints of Orchid #C965D4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.65%

 BLUE value IS 212 (83.2% from 255) = 41.25%

R = 39.11%
G = 19.65%
B = 41.25%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C965D4 (or 0xC965D4) is known color: Orchid. HEX triplet: C9, 65 and D4. RGB value is (201,101,212). Sum of RGB (Red+Green+Blue) = 201+101+212=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #C965D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965D4 is #369A2B. Grayscale: #8F8F8F. Windows color (decimal): -3578412 or 13919689. OLE color: 13919689.

HSL color Cylindrical-coordinate representation of color #C965D4: hue angle of 294.05º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C965D4 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 101 212 -
CMYK 0.05 0.52 0 0.17
HSL 294.05º 0.56% 0.61% -
HSV(B) 294.05º 0.52% 0.83% -
XYZ 40.62 26.48 65.26 -
YUV 143.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 201 101 212 0.05 0.52 0 0.17 294.05 0.56 0.61
Hex C9 65 D4 5 34 0 11 126 38 3D
Octal 311 145 324 5 64 0 21 446 70 75
Binary 11001001 1100101 11010100 101 110100 0 10001 100100110 111000 111101

Color Harmonies of #C965D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965D4

Black with #C965D4

Text Example


Text Example

White with #C965D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965D4; }

 p { color: rgb(201,101,212); }

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

background-color css

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

 a { background-color: rgb(201,101,212); }

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

border-color css

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

 span { border-color: rgb(201,101,212); }

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