Html Css Color HEX #C67ADA Orchid

📋 copy color: '#C67ADA'

red 198 ◦ green 122 ◦ blue 218

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

Shades of Orchid #C67ADA

Tints of Orchid #C67ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 36.8%
G = 22.68%
B = 40.52%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C67ADA (or 0xC67ADA) is known color: Orchid. HEX triplet: C6, 7A and DA. RGB value is (198,122,218). Sum of RGB (Red+Green+Blue) = 198+122+218=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #C67ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ADA is #398525. Grayscale: #9B9B9B. Windows color (decimal): -3769638 or 14318278. OLE color: 14318278.

HSL color Cylindrical-coordinate representation of color #C67ADA: hue angle of 287.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67ADA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 122 218 -
CMYK 0.09 0.44 0 0.15
HSL 287.5º 0.56% 0.67% -
HSV(B) 287.5º 0.44% 0.85% -
XYZ 42.9 30.99 70.05 -
YUV 155.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 198 122 218 0.09 0.44 0 0.15 287.5 0.56 0.67
Hex C6 7A DA 9 2C 0 F 120 38 43
Octal 306 172 332 11 54 0 17 440 70 103
Binary 11000110 1111010 11011010 1001 101100 0 1111 100100000 111000 1000011

Color Harmonies of #C67ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ADA

Black with #C67ADA

Text Example


Text Example

White with #C67ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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