Html Css Color HEX #C67BDA Orchid

📋 copy color: '#C67BDA'

red 198 ◦ green 123 ◦ blue 218

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

Shades of Orchid #C67BDA

Tints of Orchid #C67BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

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

R = 36.73%
G = 22.82%
B = 40.45%

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

#C67BDA (or 0xC67BDA) is known color: Orchid. HEX triplet: C6, 7B and DA. RGB value is (198,123,218). Sum of RGB (Red+Green+Blue) = 198+123+218=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C67BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BDA is #398425. Grayscale: #9B9B9B. Windows color (decimal): -3769382 or 14318534. OLE color: 14318534.

HSL color Cylindrical-coordinate representation of color #C67BDA: hue angle of 287.37º 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 #C67BDA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 123 218 -
CMYK 0.09 0.44 0 0.15
HSL 287.37º 0.56% 0.67% -
HSV(B) 287.37º 0.44% 0.85% -
XYZ 43.03 31.23 70.09 -
YUV 156.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 198 123 218 0.09 0.44 0 0.15 287.37 0.56 0.67
Hex C6 7B DA 9 2C 0 F 11F 38 43
Octal 306 173 332 11 54 0 17 437 70 103
Binary 11000110 1111011 11011010 1001 101100 0 1111 100011111 111000 1000011

Color Harmonies of #C67BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BDA

Black with #C67BDA

Text Example


Text Example

White with #C67BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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