Html Css Color HEX #C869CC Orchid

📋 copy color: '#C869CC'

red 200 ◦ green 105 ◦ blue 204

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

Shades of Orchid #C869CC

Tints of Orchid #C869CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.63%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 39.29%
G = 20.63%
B = 40.08%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C869CC (or 0xC869CC) is known color: Orchid. HEX triplet: C8, 69 and CC. RGB value is (200,105,204). Sum of RGB (Red+Green+Blue) = 200+105+204=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C869CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869CC is #379633. Grayscale: #909090. Windows color (decimal): -3642932 or 13396424. OLE color: 13396424.

HSL color Cylindrical-coordinate representation of color #C869CC: hue angle of 297.58º degrees, saturation: 0.49, 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 #C869CC is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 105 204 -
CMYK 0.02 0.49 0 0.2
HSL 297.58º 0.49% 0.61% -
HSV(B) 297.58º 0.49% 0.8% -
XYZ 39.77 26.74 60.19 -
YUV 144.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 200 105 204 0.02 0.49 0 0.2 297.58 0.49 0.61
Hex C8 69 CC 2 31 0 14 12A 31 3D
Octal 310 151 314 2 61 0 24 452 61 75
Binary 11001000 1101001 11001100 10 110001 0 10100 100101010 110001 111101

Color Harmonies of #C869CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869CC

Black with #C869CC

Text Example


Text Example

White with #C869CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869CC; }

 p { color: rgb(200,105,204); }

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

background-color css

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

 a { background-color: rgb(200,105,204); }

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

border-color css

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

 span { border-color: rgb(200,105,204); }

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