Html Css Color HEX #C67CDA Orchid

📋 copy color: '#C67CDA'

red 198 ◦ green 124 ◦ blue 218

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

Shades of Orchid #C67CDA

Tints of Orchid #C67CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

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

R = 36.67%
G = 22.96%
B = 40.37%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C67CDA (or 0xC67CDA) is known color: Orchid. HEX triplet: C6, 7C and DA. RGB value is (198,124,218). Sum of RGB (Red+Green+Blue) = 198+124+218=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #C67CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CDA is #398325. Grayscale: #9C9C9C. Windows color (decimal): -3769126 or 14318790. OLE color: 14318790.

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

Color convert

RGB 198 124 218 -
CMYK 0.09 0.43 0 0.15
HSL 287.23º 0.56% 0.67% -
HSV(B) 287.23º 0.43% 0.85% -
XYZ 43.15 31.48 70.13 -
YUV 156.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 198 124 218 0.09 0.43 0 0.15 287.23 0.56 0.67
Hex C6 7C DA 9 2B 0 F 11F 38 43
Octal 306 174 332 11 53 0 17 437 70 103
Binary 11000110 1111100 11011010 1001 101011 0 1111 100011111 111000 1000011

Color Harmonies of #C67CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CDA

Black with #C67CDA

Text Example


Text Example

White with #C67CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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