Html Css Color HEX #C965CF Orchid

📋 copy color: '#C965CF'

red 201 ◦ green 101 ◦ blue 207

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

Shades of Orchid #C965CF

Tints of Orchid #C965CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 39.49%
G = 19.84%
B = 40.67%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C965CF (or 0xC965CF) is known color: Orchid. HEX triplet: C9, 65 and CF. RGB value is (201,101,207). Sum of RGB (Red+Green+Blue) = 201+101+207=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C965CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965CF is #369A30. Grayscale: #8E8E8E. Windows color (decimal): -3578417 or 13592009. OLE color: 13592009.

HSL color Cylindrical-coordinate representation of color #C965CF: hue angle of 296.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C965CF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 101 207 -
CMYK 0.03 0.51 0 0.19
HSL 296.6º 0.52% 0.6% -
HSV(B) 296.6º 0.51% 0.81% -
XYZ 40 26.23 61.99 -
YUV 142.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 201 101 207 0.03 0.51 0 0.19 296.6 0.52 0.6
Hex C9 65 CF 3 33 0 13 129 34 3C
Octal 311 145 317 3 63 0 23 451 64 74
Binary 11001001 1100101 11001111 11 110011 0 10011 100101001 110100 111100

Color Harmonies of #C965CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965CF

Black with #C965CF

Text Example


Text Example

White with #C965CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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