Html Css Color HEX #C67ACF Orchid

📋 copy color: '#C67ACF'

red 198 ◦ green 122 ◦ blue 207

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

Shades of Orchid #C67ACF

Tints of Orchid #C67ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.15%

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 37.57%
G = 23.15%
B = 39.28%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C67ACF (or 0xC67ACF) is known color: Orchid. HEX triplet: C6, 7A and CF. RGB value is (198,122,207). Sum of RGB (Red+Green+Blue) = 198+122+207=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #C67ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ACF is #398530. Grayscale: #9A9A9A. Windows color (decimal): -3769649 or 13597382. OLE color: 13597382.

HSL color Cylindrical-coordinate representation of color #C67ACF: hue angle of 293.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67ACF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 122 207 -
CMYK 0.04 0.41 0 0.19
HSL 293.65º 0.47% 0.65% -
HSV(B) 293.65º 0.41% 0.81% -
XYZ 41.51 30.43 62.72 -
YUV 154.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 198 122 207 0.04 0.41 0 0.19 293.65 0.47 0.65
Hex C6 7A CF 4 29 0 13 126 2F 41
Octal 306 172 317 4 51 0 23 446 57 101
Binary 11000110 1111010 11001111 100 101001 0 10011 100100110 101111 1000001

Color Harmonies of #C67ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ACF

Black with #C67ACF

Text Example


Text Example

White with #C67ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ACF; }

 p { color: rgb(198,122,207); }

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

background-color css

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

 a { background-color: rgb(198,122,207); }

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

border-color css

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

 span { border-color: rgb(198,122,207); }

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