Html Css Color HEX #C67FD6 Orchid

📋 copy color: '#C67FD6'

red 198 ◦ green 127 ◦ blue 214

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

Shades of Orchid #C67FD6

Tints of Orchid #C67FD6

RGB

 RED value IS 198 (77.73% from 255) = 36.73%

 GREEN value IS 127 (50% from 255) = 23.56%

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 36.73%
G = 23.56%
B = 39.7%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C67FD6 (or 0xC67FD6) is known color: Orchid. HEX triplet: C6, 7F and D6. RGB value is (198,127,214). Sum of RGB (Red+Green+Blue) = 198+127+214=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #C67FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FD6 is #398029. Grayscale: #9D9D9D. Windows color (decimal): -3768362 or 14057414. OLE color: 14057414.

HSL color Cylindrical-coordinate representation of color #C67FD6: hue angle of 288.97º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67FD6 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 127 214 -
CMYK 0.07 0.41 0 0.16
HSL 288.97º 0.51% 0.67% -
HSV(B) 288.97º 0.41% 0.84% -
XYZ 43.02 32.04 67.54 -
YUV 158.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 198 127 214 0.07 0.41 0 0.16 288.97 0.51 0.67
Hex C6 7F D6 7 29 0 10 121 33 43
Octal 306 177 326 7 51 0 20 441 63 103
Binary 11000110 1111111 11010110 111 101001 0 10000 100100001 110011 1000011

Color Harmonies of #C67FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FD6

Black with #C67FD6

Text Example


Text Example

White with #C67FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FD6; }

 p { color: rgb(198,127,214); }

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

background-color css

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

 a { background-color: rgb(198,127,214); }

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

border-color css

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

 span { border-color: rgb(198,127,214); }

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