Html Css Color HEX #C67FBE Orchid

📋 copy color: '#C67FBE'

red 198 ◦ green 127 ◦ blue 190

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

Shades of Orchid #C67FBE

Tints of Orchid #C67FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 38.45%
G = 24.66%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C67FBE (or 0xC67FBE) is known color: Orchid. HEX triplet: C6, 7F and BE. RGB value is (198,127,190). Sum of RGB (Red+Green+Blue) = 198+127+190=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FBE is #398041. Grayscale: #9B9B9B. Windows color (decimal): -3768386 or 12484550. OLE color: 12484550.

HSL color Cylindrical-coordinate representation of color #C67FBE: hue angle of 306.76º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FBE is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 190 -
CMYK 0 0.36 0.04 0.22
HSL 306.76º 0.38% 0.64% -
HSV(B) 306.76º 0.36% 0.78% -
XYZ 40.17 30.9 52.56 -
YUV 155.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 198 127 190 0 0.36 0.04 0.22 306.76 0.38 0.64
Hex C6 7F BE 0 24 4 16 133 26 40
Octal 306 177 276 0 44 4 26 463 46 100
Binary 11000110 1111111 10111110 0 100100 100 10110 100110011 100110 1000000

Color Harmonies of #C67FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FBE

Black with #C67FBE

Text Example


Text Example

White with #C67FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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