Html Css Color HEX #C968CB Orchid

📋 copy color: '#C968CB'

red 201 ◦ green 104 ◦ blue 203

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

Shades of Orchid #C968CB

Tints of Orchid #C968CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 39.57%
G = 20.47%
B = 39.96%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C968CB (or 0xC968CB) is known color: Orchid. HEX triplet: C9, 68 and CB. RGB value is (201,104,203). Sum of RGB (Red+Green+Blue) = 201+104+203=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C968CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968CB is #369734. Grayscale: #8F8F8F. Windows color (decimal): -3577653 or 13330633. OLE color: 13330633.

HSL color Cylindrical-coordinate representation of color #C968CB: hue angle of 298.79º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C968CB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 104 203 -
CMYK 0.01 0.49 0 0.20
HSL 298.79º 0.49% 0.6% -
HSV(B) 298.79º 0.49% 0.8% -
XYZ 39.82 26.63 59.54 -
YUV 144.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 201 104 203 0.01 0.49 0 0.20 298.79 0.49 0.6
Hex C9 68 CB 1 31 0 14 12B 31 3C
Octal 311 150 313 1 61 0 24 453 61 74
Binary 11001001 1101000 11001011 1 110001 0 10100 100101011 110001 111100

Color Harmonies of #C968CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968CB

Black with #C968CB

Text Example


Text Example

White with #C968CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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