Html Css Color HEX #C968CF Orchid

📋 copy color: '#C968CF'

red 201 ◦ green 104 ◦ blue 207

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

Shades of Orchid #C968CF

Tints of Orchid #C968CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.31%

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

R = 39.26%
G = 20.31%
B = 40.43%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C968CF (or 0xC968CF) is known color: Orchid. HEX triplet: C9, 68 and CF. RGB value is (201,104,207). Sum of RGB (Red+Green+Blue) = 201+104+207=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C968CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968CF is #369730. Grayscale: #909090. Windows color (decimal): -3577649 or 13592777. OLE color: 13592777.

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

Color convert

RGB 201 104 207 -
CMYK 0.03 0.50 0 0.19
HSL 296.5º 0.52% 0.61% -
HSV(B) 296.5º 0.5% 0.81% -
XYZ 40.3 26.82 62.08 -
YUV 144.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 201 104 207 0.03 0.50 0 0.19 296.5 0.52 0.61
Hex C9 68 CF 3 32 0 13 129 34 3D
Octal 311 150 317 3 62 0 23 451 64 75
Binary 11001001 1101000 11001111 11 110010 0 10011 100101001 110100 111101

Color Harmonies of #C968CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968CF

Black with #C968CF

Text Example


Text Example

White with #C968CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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