Html Css Color HEX #C67FCA Orchid

📋 copy color: '#C67FCA'

red 198 ◦ green 127 ◦ blue 202

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

Shades of Orchid #C67FCA

Tints of Orchid #C67FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 37.57%
G = 24.1%
B = 38.33%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C67FCA (or 0xC67FCA) is known color: Orchid. HEX triplet: C6, 7F and CA. RGB value is (198,127,202). Sum of RGB (Red+Green+Blue) = 198+127+202=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C67FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FCA is #398035. Grayscale: #9C9C9C. Windows color (decimal): -3768374 or 13270982. OLE color: 13270982.

HSL color Cylindrical-coordinate representation of color #C67FCA: hue angle of 296.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67FCA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 127 202 -
CMYK 0.02 0.37 0 0.21
HSL 296.8º 0.41% 0.65% -
HSV(B) 296.8º 0.37% 0.79% -
XYZ 41.54 31.45 59.76 -
YUV 156.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 198 127 202 0.02 0.37 0 0.21 296.8 0.41 0.65
Hex C6 7F CA 2 25 0 15 129 29 41
Octal 306 177 312 2 45 0 25 451 51 101
Binary 11000110 1111111 11001010 10 100101 0 10101 100101001 101001 1000001

Color Harmonies of #C67FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FCA

Black with #C67FCA

Text Example


Text Example

White with #C67FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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