Html Css Color HEX #C867CD Orchid

📋 copy color: '#C867CD'

red 200 ◦ green 103 ◦ blue 205

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

Shades of Orchid #C867CD

Tints of Orchid #C867CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.28%

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

R = 39.37%
G = 20.28%
B = 40.35%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C867CD (or 0xC867CD) is known color: Orchid. HEX triplet: C8, 67 and CD. RGB value is (200,103,205). Sum of RGB (Red+Green+Blue) = 200+103+205=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C867CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867CD is #379832. Grayscale: #8F8F8F. Windows color (decimal): -3643443 or 13461448. OLE color: 13461448.

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

Color convert

RGB 200 103 205 -
CMYK 0.02 0.50 0 0.20
HSL 297.06º 0.5% 0.6% -
HSV(B) 297.06º 0.5% 0.8% -
XYZ 39.69 26.39 60.76 -
YUV 143.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 200 103 205 0.02 0.50 0 0.20 297.06 0.5 0.6
Hex C8 67 CD 2 32 0 14 129 32 3C
Octal 310 147 315 2 62 0 24 451 62 74
Binary 11001000 1100111 11001101 10 110010 0 10100 100101001 110010 111100

Color Harmonies of #C867CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C867CD

Black with #C867CD

Text Example


Text Example

White with #C867CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C867CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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