Html Css Color HEX #C869D4 Orchid

📋 copy color: '#C869D4'

red 200 ◦ green 105 ◦ blue 212

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

Shades of Orchid #C869D4

Tints of Orchid #C869D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.01%

R = 38.68%
G = 20.31%
B = 41.01%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C869D4 (or 0xC869D4) is known color: Orchid. HEX triplet: C8, 69 and D4. RGB value is (200,105,212). Sum of RGB (Red+Green+Blue) = 200+105+212=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #C869D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869D4 is #37962B. Grayscale: #919191. Windows color (decimal): -3642924 or 13920712. OLE color: 13920712.

HSL color Cylindrical-coordinate representation of color #C869D4: hue angle of 293.27º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C869D4 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 105 212 -
CMYK 0.06 0.50 0 0.17
HSL 293.27º 0.55% 0.62% -
HSV(B) 293.27º 0.5% 0.83% -
XYZ 40.75 27.14 65.38 -
YUV 145.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 200 105 212 0.06 0.50 0 0.17 293.27 0.55 0.62
Hex C8 69 D4 6 32 0 11 125 37 3E
Octal 310 151 324 6 62 0 21 445 67 76
Binary 11001000 1101001 11010100 110 110010 0 10001 100100101 110111 111110

Color Harmonies of #C869D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869D4

Black with #C869D4

Text Example


Text Example

White with #C869D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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