Html Css Color HEX #C868CD Orchid

📋 copy color: '#C868CD'

red 200 ◦ green 104 ◦ blue 205

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

Shades of Orchid #C868CD

Tints of Orchid #C868CD

RGB

 RED value IS 200 (78.52% from 255) = 39.29%

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 39.29%
G = 20.43%
B = 40.28%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C868CD (or 0xC868CD) is known color: Orchid. HEX triplet: C8, 68 and CD. RGB value is (200,104,205). Sum of RGB (Red+Green+Blue) = 200+104+205=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C868CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868CD is #379732. Grayscale: #8F8F8F. Windows color (decimal): -3643187 or 13461704. OLE color: 13461704.

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

Color convert

RGB 200 104 205 -
CMYK 0.02 0.49 0 0.20
HSL 297.03º 0.5% 0.61% -
HSV(B) 297.03º 0.49% 0.8% -
XYZ 39.79 26.59 60.79 -
YUV 144.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 200 104 205 0.02 0.49 0 0.20 297.03 0.5 0.61
Hex C8 68 CD 2 31 0 14 129 32 3D
Octal 310 150 315 2 61 0 24 451 62 75
Binary 11001000 1101000 11001101 10 110001 0 10100 100101001 110010 111101

Color Harmonies of #C868CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868CD

Black with #C868CD

Text Example


Text Example

White with #C868CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868CD; }

 p { color: rgb(200,104,205); }

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

background-color css

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

 a { background-color: rgb(200,104,205); }

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

border-color css

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

 span { border-color: rgb(200,104,205); }

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